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
The complexity of this app is growing day by day.
So, sometimes I have to do some prop drilling to pass states to some components that need them.
For now it's fine, but as this project grows in complexity it becomes a tedious task.
So, should I use some state management library and If I should, which library I should use for this project?
Some options are:
Redux
Flux
Recoil
Jotai
Rematch
Or maybe I just use React Context.
The text was updated successfully, but these errors were encountered:
The complexity of this app is growing day by day.
So, sometimes I have to do some prop drilling to pass states to some components that need them.
For now it's fine, but as this project grows in complexity it becomes a tedious task.
So, should I use some state management library and If I should, which library I should use for this project?
Some options are:
Or maybe I just use React Context.
The text was updated successfully, but these errors were encountered: