Skip to content

Franklin361/state-management-react-query

Repository files navigation

Managing state with React Query. 〽️

This time, we are going to learn how to use React Query as a state management. 🧐

cover

 

Demo app features ⚙️

  1. list users from API.
  2. create new users.
  3. update username
  4. delete user by id.

 

Technologies 🧪

  • React JS 18.2.0
  • React Query 4.20.4
  • React Router Dom 6.6.1
  • TypeScript 4.9.3
  • Vite JS 4.0.0
  • CSS vanilla

 

Installation 🧰

  1. Clone the repository (you need to have Git installed).
    git clone https://github.com/Franklin361/state-management-react-query.git
  1. Install dependencies of the project.
    npm install
  1. Run the project.
    npm run dev

 

Article links ⛓️

Here's the link to the tutorial in case you'd like to take a look at it! eyes 👀

 

📢 Demo link

https://rq-state-management.netlify.app/

About

Project to know how to use React query as state management 🚀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published