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
In React it's better to have class components handle its own individual states. And currently, we're using functional components which don't have the ability to handle its own state. So moving it to a class components means we follow the right convention
The text was updated successfully, but these errors were encountered:
In React it's better to have class components handle its own individual states. And currently, we're using functional components which don't have the ability to handle its own state. So moving it to a class components means we follow the right convention
The text was updated successfully, but these errors were encountered: