/react-redux-dive

A React Redux Dive project to explore the React Redux library.

Primary LanguageJavaScriptMIT LicenseMIT

React Redux Dive

A React Redux Dive project to explore the React Redux library.

About Me ๐Ÿ’™ยป

๐Ÿ“ซ How to reach me _yamisagi yamisagi


How To Run This Project ๐Ÿš€


  • Clone the repo

    git clone
  • Install NPM packages

    bun install
  • Run the project

    bun run dev
  • Open the project on your browser

    http://localhost:8080/
  • Enjoy! ๐ŸŽ‰

About The Project

In this project, I will be exploring the React Redux library. I will be using the React Redux library to build examples about how to use the Redux and pros and cons of using Redux.

Roadmap

  • Project Setup
  • Implement folder structure
  • Implement Redux
  • Create ADVANCED.md
  • Create BASICS.md
  • Implement React Redux
  • Implement Redux Toolkit
  • Create Slices for Redux Toolkit
  • Explaining the differences between Redux and Redux Toolkit
  • Update ADVANCED.md
  • Update BASICS.md
  • Implement store with Redux Toolkit
  • Add LICENSE
  • Clean up code and add comments ๐Ÿงน
  • Willing to add CONTRIBUTING.md
  • Add Redux Saga to the ADVANCED.md
  • Add Middleware to the ADVANCED.md

(back to top)

Learn More

To learn more about RS Build, take a look at the following resources:


(back to top)