No Image

React – State control

September 20, 2019 hung-nb 0

React state “setState” method Every time the state changes, React runs the render function again.However, in some cases, we may want to perform some operations […]

No Image

React – Performance (1)

June 28, 2019 hung-nb 0

React Native is known for its amazing performance in most of the applications: 60 FPS Stateful vs Stateless vs React.PureComponent “Stateless” is better than regular […]