Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

2. **Navigate to project directory**

```bash
cd react-query-starter

3. **Install dependencies:**

```bash
npm install

4. **Start the development server:**

```bash
npm run dev

5. **Start the api server:**

```bash
npm run serve-json

6. **Open the project in your browser:**

```bash
http://localhost:5173

## Resources

- [React Query Documentation](https://tanstack.com/query/latest)