Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torvec/redux

How I (hopefully) learned Redux, React-Redux, and Redux Toolkit
https://github.com/torvec/redux

Last synced: 6 days ago
JSON representation

How I (hopefully) learned Redux, React-Redux, and Redux Toolkit

Awesome Lists containing this project

README

        

# Learning Redux, Redux Toolkit, and React-Redux
Going through the [Redux Toolkit Tutorial](https://www.youtube.com/playlist?list=PLC3y8-rFHvwiaOAuTtVXittwybYIorRB3) from Codeveolution on YouTube. This repo will contain my notes and code from the tutorial.

## Notes

### Redux

### Redux Toolkit

### React-Redux

## Credits
- [Codevolution](https://www.youtube.com/@Codevolution) for the tutorial
- [Vishwas' Github](https://github.com/gopinav)
- [Redux-Toolkit-Tutorials Repo](https://github.com/gopinav/Redux-Toolkit-Tutorials)
- [Redux Toolkit](https://redux-toolkit.js.org/) for the documentation
- [React-Redux](https://react-redux.js.org/) for the documentation
- [Redux](https://redux.js.org/) for the documentation