Details

  1. One of the popular state management libraries in-depth:
    1. Redux
      1. redux-thunk or redux-saga, working with async workflows
      2. Redux Toolkit
      3. redux middlewares
      4. redux selectors
    2. MobX
      1. reactivity
      2. observable
      3. computed
      4. autorun
      5. mobx-react-lite
  2. Managing state with React Context&Hooks

Links

  1. https://redux.js.org/tutorials/fundamentals/part-1-overview
  2. https://redux.js.org/usage/structuring-reducers/splitting-reducer-logic
  3. https://mobx.js.org/getting-started
  4. https://mobx.js.org/understanding-reactivity.html
  5. https://dev.to/ms_yogii/usecontext-for-better-state-management-51hi
  6. https://www.freecodecamp.org/news/state-management-with-react-hooks/
  7. https://betterprogramming.pub/easy-state-management-with-react-hooks-and-the-context-api-5db04e1f0ba5