/from-redux-to-rtk

A repo to showcase using rtk query

Primary LanguageJavaScriptMIT LicenseMIT

egghead-rtkq

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.

Setup

  1. npm install
  2. npm run dev
  3. 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.

Notes