react_redux_toolkit/08_lesson
gitdagray 4c4fe735c1 Added bonus chapter 8 2022-09-15 13:49:53 -05:00
..
data Added bonus chapter 8 2022-09-15 13:49:53 -05:00
public Added bonus chapter 8 2022-09-15 13:49:53 -05:00
src Added bonus chapter 8 2022-09-15 13:49:53 -05:00
.gitignore Added bonus chapter 8 2022-09-15 13:49:53 -05:00
README.md Added bonus chapter 8 2022-09-15 13:49:53 -05:00
package-lock.json Added bonus chapter 8 2022-09-15 13:49:53 -05:00
package.json Added bonus chapter 8 2022-09-15 13:49:53 -05:00

README.md

"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.