muriukialex / React-Query-Tutorial

An article written as a quick guide to React Query

Home Page:https://bit.ly/3UUPaMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Query-Tutorial written as a quick guide to React Query

We will be building an app to store users Posts by Title, and since our focus will be to understanding on how to work with React Query, we'll use a fake REST API

Clone the Repo

git clone git@github.com:muriukialex/React-Query-Tutorial.git

Install the dependencies

npm install

Install json-server which will work as our fake REST API

npm install -g json-server

then, start JSON Server

json-server --watch db.json

After the fake REST api server is up and running, start your frontend server

npm run dev

About

An article written as a quick guide to React Query

https://bit.ly/3UUPaMM


Languages

Language:JavaScript 81.2%Language:CSS 11.5%Language:HTML 7.3%