Comment on Hermes – A small JavaScript engine optimized for running React Native on AndroidparentComments−londons_explore7yAll those laggy react apps aren't CPU bound? What else is making them laggy?−jaquers7yPoor coding practices, bad state management, and lack of encapsulation between UI components and business logic / data retrieval.It's really easy to build a React Native app, but not easy to build a really good one.
Comments
All those laggy react apps aren't CPU bound? What else is making them laggy?
Poor coding practices, bad state management, and lack of encapsulation between UI components and business logic / data retrieval.
It's really easy to build a React Native app, but not easy to build a really good one.