Sep 1, 2021
Hooray! I’m glad someone is writing this. I sigh whenever I hear people say they can use Context instead of Redux for managing state, and they end up rebuilding Redux.
(On a related note, one of my favorite hacks is using createSlice() from Redux Toolkit to populate useReducer(). Really useful for small component group state.)