Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/torvec/redux
- Owner: Torvec
- Created: 2023-12-11T04:51:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T05:43:13.000Z (about 1 year ago)
- Last Synced: 2023-12-20T10:53:37.628Z (about 1 year ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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