https://github.com/danitilahun/react-redux
React-Redux Lesson: Demonstrates Redux and Redux Toolkit usage in building a small blog website. Illustrates efficient state management and showcases the integration of Redux for seamless data flow within a React application, aiding in a clear understanding of state management principles.
https://github.com/danitilahun/react-redux
react react-router reactjs redux redux-middleware redux-thunk redux-toolkit state-management
Last synced: 4 months ago
JSON representation
React-Redux Lesson: Demonstrates Redux and Redux Toolkit usage in building a small blog website. Illustrates efficient state management and showcases the integration of Redux for seamless data flow within a React application, aiding in a clear understanding of state management principles.
- Host: GitHub
- URL: https://github.com/danitilahun/react-redux
- Owner: Danitilahun
- Created: 2023-12-03T09:12:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T13:32:55.000Z (over 1 year ago)
- Last Synced: 2024-12-27T02:22:32.639Z (5 months ago)
- Topics: react, react-router, reactjs, redux, redux-middleware, redux-thunk, redux-toolkit, state-management
- Language: JavaScript
- Homepage:
- Size: 288 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "React Redux Toolkit for Beginners"
### Bonus Lesson - Chapter 8:
### Blog Project with full RTK Query Refactor
---
🚩 This lesson is not included in the Youtube course video or playlist.
🚀 Chapter 8 completes the modification of the Blog Project from the course to a full-integration of RTK Query:
- ✅ Relies on RTK Query hooks with identifiable cache keys
- ✅ Removes all instances of the Redux useSelector in favor of RTK useQuery hooks
- ✅ Demonstrates how to use multiple queries, loading states, etc. inside of one component.
- ✅ Demonstrates the use of selectFromResult in useQuery hooks with accompanying loading, success, and error states.