A sample app for an egghead course showing how to adopt rtk query in an existing redux / rtk application. The fully migrated application can be found in the rtkq branch. The lesssons/
folder has code snippets specific to each lesson.
npm install
npm run dev
- Go to the My Dogs page and add at least 3 dogs.
Notes
- Make sure to include dogs of different breeds, sizes and ages.
- Added dogs should persist refreshes as long as you keep the same browser tab open.
- This sample app was built using vite and mock service worker.
- The royalty-free dog images came from pexels.com.