|
|
|
|
|
by jeswin
1932 days ago
|
|
> If you have actual global state, you'll come very quickly to a point where an actual state management library beats writing your own Which you don't have to. React has been shipping useState, useContext, useReducer hooks for quite some time now - and will get you the exact same patterns seen in Redux (if so inclined). |
|
- https://blog.isquaredsoftware.com/2021/01/context-redux-diff...
- https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-...