Our great sponsors
-
Redux is likely overkill in this situation. For sharing global state, state management libraries are certainly the way to go, but ephemeral state should not go into a store: state that is only used within a single logical component is better off in useState or useReducer hooks.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.