Simple app for React, React Redux, Redux, Redux Toolkit, Redux Thunk, and React Query learning purpose
This project uses json-server for backend API simulation. Each branch corresponds to a different approach to implementing the store in React:
- Redux
- Redux-Toolkit
- React-Query
npm install
npm run dev