simotae14 / from-redux-to-rtk

A repo to showcase using rtk query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A repo to showcase using rtk query

License:MIT License


Languages

Language:JavaScript 91.4%Language:CSS 8.2%Language:HTML 0.5%