Skip to content

ShahariarRahman/react-redux-practice

Repository files navigation

React Redux Practice

Live Link: MoonTech

Topics discussed in this project :

  • Redux, react-redux, installation process
  • Redux structure
    • actions
    • actionTypes
    • middleware
    • reducers
    • thunk
  • store
    • createStore()
    • composeWithDevTools()
    • applyMiddleware()
  • Provider, useSelector
  • Root reducer
    • combineReducers()
  • Middleware
    • redux-thunk,
    • redux-devtools
    • applyMiddleware()
  • Redux-thunk
    • load product data
  • Custom middleware
    • currying function