abongsjoel / redux-toolkit

A very simple workflow of how to get started with Redux using the Redux toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Toolkit Tutorial

This project contains a very simple workflow of how to get started with Redux using the Redux toolkit

In this repository are three folders:

  • starter
  • complete
  • with createSlice

To follow along with the Tutorials, navigate into the starter folder and run npm install i.e.

cd starter

npm install

npm start

Then follow along the steps in this article.

If you get lost at any point, you can compare your solution to the content of the complete folder.

The with createSlice folder contains the code restructured to use slices.

Built Using

  • JavaScript
  • React
  • Redux

Author

👤 Chi A. Joel

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

About

A very simple workflow of how to get started with Redux using the Redux toolkit

License:MIT License


Languages

Language:JavaScript 60.2%Language:HTML 32.8%Language:CSS 7.0%