https://github.com/rossjs/react-router-redux-toolkit-basic
Super basic example of modern implementation of a React app that includes React Router and Redux Toolkit
https://github.com/rossjs/react-router-redux-toolkit-basic
Last synced: 12 months ago
JSON representation
Super basic example of modern implementation of a React app that includes React Router and Redux Toolkit
- Host: GitHub
- URL: https://github.com/rossjs/react-router-redux-toolkit-basic
- Owner: rossjs
- License: mit
- Created: 2023-04-26T09:24:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T16:28:23.000Z (over 1 year ago)
- Last Synced: 2025-03-15T16:14:19.476Z (over 1 year ago)
- Language: JavaScript
- Size: 379 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-router-redux-toolkit-basic
Super basic example of modern implementation of a React app that includes React Router and Redux Toolkit, meant for teaching basics
Includes an example of a React app prior to adding React Router or Redux Toolkit and the an implementation of it afterwords.