muratyayla26 / redux-toolkit-rtk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Toolkit

I created this repo in parallel with Dave Gray React Redux Toolkit tutorial to comprehend concept and basic working principles of Redux Toolkit, see the differences between the standard way to write Redux logic and use as a playground when i need.

Repo includes information about; configuring store, slices, async thunk, entity adapter, rtk query etc.

The codes in this repo may differ from the tutorial in some parts.

As the methods used were changed, the old methods were commented out.

To run application locally:

  • Clone the repo and run npm install
  • Install JSON server and run json-server --watch ./data/db.json --port 3500 and then npm start

About


Languages

Language:JavaScript 89.1%Language:CSS 5.8%Language:HTML 5.0%