Skip to content

adarshm07/react_redux_toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 6.8%
  • CSS 6.4%