/Redux_easyFE

Primary LanguageJavaScriptMIT LicenseMIT

Làm việc với Redux thông qua hooks 🎉

  • useSelector()
  • useDispatch()
  1. Setup redux store
  • Reducers & Root reducer
  • Action creators
  • Store
  1. Setup redux provider
  • Allow redux store to be accessible from anywhere of the app.
  1. Connect to redux store from component
  • Using the two hooks hehee 🎉