/state-management-react-query

Project to know how to use React query as state management πŸš€

Primary LanguageTypeScript

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/