ozelali / RTK_Query_Example

RTK Query Simple Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEMO

React toolkit example.

Folder Structure:

/src
    -index.tsx
    >app: (Global app setup and Layout configuration used by the entire app.)
        store.ts
        rootReducer.ts
        App.tsx
    >common: hooks, generic components, utils, etc (Reusable helpers and components)
    >features: contains all "feature folders" (Components related to the specific feature and its slice logic.)

About

RTK Query Simple Example


Languages

Language:TypeScript 73.9%Language:CSS 15.1%Language:HTML 11.0%