ShahariarRahman / react-redux-practice

Redux practice

Home Page:https://moontech.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Redux practice

https://moontech.netlify.app/


Languages

Language:JavaScript 77.5%Language:HTML 13.3%Language:CSS 9.2%