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
with this project, i implemented the use of react hooks, and array methods like .map and .filter to manipulate the local state data of the application.
Most importantly, I learnt the hard way that react state is designed to be immutable!.