Details
- One of the popular state management libraries in-depth:
- Redux
- redux-thunk or redux-saga, working with async workflows
- Redux Toolkit
- redux middlewares
- redux selectors
- MobX
- reactivity
- observable
- computed
- autorun
- mobx-react-lite
- Managing state with React Context&Hooks
Links
- https://redux.js.org/tutorials/fundamentals/part-1-overview
- https://redux.js.org/usage/structuring-reducers/splitting-reducer-logic
- https://mobx.js.org/getting-started
- https://mobx.js.org/understanding-reactivity.html
- https://dev.to/ms_yogii/usecontext-for-better-state-management-51hi
- https://www.freecodecamp.org/news/state-management-with-react-hooks/
- https://betterprogramming.pub/easy-state-management-with-react-hooks-and-the-context-api-5db04e1f0ba5