You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of our components are stateless, and their props are immutable state objects. We can convert these into pure functions to avoid having to create a whole class and shouldComponentUpdate. Should be a bit easier to read and let React handle optimizations.
The text was updated successfully, but these errors were encountered:
Most of our components are stateless, and their props are immutable state objects. We can convert these into pure functions to avoid having to create a whole class and
shouldComponentUpdate
. Should be a bit easier to read and let React handle optimizations.The text was updated successfully, but these errors were encountered: