Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayyush08/react-query-starter
https://github.com/ayyush08/react-query-starter
api json-server react-query reactjs tanstack-query tanstack-react-query
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayyush08/react-query-starter
- Owner: ayyush08
- Created: 2024-07-31T04:31:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T14:14:32.000Z (6 months ago)
- Last Synced: 2024-08-07T06:57:54.777Z (6 months ago)
- Topics: api, json-server, react-query, reactjs, tanstack-query, tanstack-react-query
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Query Learning Project
This repository is a personal project for learning and practicing React Query. It follows a YouTube tutorial to help me understand how to use React Query effectively.
## Project Overview
This project is designed for my own learning and experimentation with React Query. It includes examples and exercises based on a tutorial to illustrate the core concepts and features of the library.
## Getting Started
To set up this project locally:
1. **Clone the repository:**
```bash
git clone https://github.com/ayyush08/react-query-starter.git2. **Navigate to project directory**
```bash
cd react-query-starter3. **Install dependencies:**
```bash
npm install4. **Start the development server:**
```bash
npm run dev5. **Start the api server:**
```bash
npm run serve-json6. **Open the project in your browser:**
```bash
http://localhost:5173## Resources
- [React Query Documentation](https://tanstack.com/query/latest)