https://github.com/shahednasser/react-query-tutorial
Code for React Query tutorial
https://github.com/shahednasser/react-query-tutorial
react react-query react-query-tutorial react-tutorial react-tutorials tanstack
Last synced: 2 months ago
JSON representation
Code for React Query tutorial
- Host: GitHub
- URL: https://github.com/shahednasser/react-query-tutorial
- Owner: shahednasser
- Created: 2022-07-24T15:48:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T14:52:40.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:54:01.617Z (9 months ago)
- Topics: react, react-query, react-query-tutorial, react-tutorial, react-tutorials, tanstack
- Language: JavaScript
- Homepage: https://blog.shahednasser.com/react-query-tutorial-for-beginners/
- Size: 1.94 MB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Query (TanStack Query) Tutorial
Code for [React Query v4 (TanStack Query) Tutorial](https://blog.shahednasser.com/react-query-tutorial-for-beginners/).
## Instructions
### Server
Change to the `server` directory and install the dependencies:
```bash
npm install
```Then, run the server:
```bash
npm start
```### Website
Change to the `website` directory and install the dependencies:
```bash
npm install
```Then, run the website:
```bash
npm start
```Make sure the server is running first