parent topic: React
show presentation individually

React and Redux

  • React & Redux
  • Topics
  • State management with actions and reducers
  • Redux 1
  • Redux devtools
  • Redux toolkit
  • State management in Redux
  • Typing Redux reducers
  • Redux store
  • React and Redux
  • React with Redux
  • React with Redux: hooks
  • React with Redux: container components
  • Redux 2
  • Splitting / combining reducers
  • Actions in more detail
  • Asynchronous actions
  • Thunk
  • Action creators
  • Testing thunks
  • Exercises
  • Exercise: todo list (advanced state)
  • Exercise: shop
  • Redux 3
  • createAction
  • createReducer
  • createSlice
  • Selectors
  • Memoized selectors
  • Redux 4
  • Redux Ecosystem
  • Redux Saga
  • Iterables, iterators and generators
  • Resources