iCarloGiovanni / react-query

ReactQuery (tanstack)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle http requests with Tanstack Query

This is a practice project in which I practiced using react query to handle http requests. I simulated a 'backend' locally and fetched data from there. It is a page for locating, adding and editing events.

Install dependencies npm install

Start the backend: cd backend npm start

Start frontend: npm run dev

About

ReactQuery (tanstack)


Languages

Language:JavaScript 76.4%Language:CSS 22.4%Language:HTML 1.2%