This time, we are going to learn how to use React Query as a state management. π§
- list users from API.
- create new users.
- update username
- delete user by id.
- 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
- Clone the repository (you need to have Git installed).
git clone https://github.com/Franklin361/state-management-react-query.git
- Install dependencies of the project.
npm install
- Run the project.
npm run dev
-
π²π½ π https://dev.to/franklin030601/administrando-el-estado-con-react-query-2b2j
-
πΊπ² π https://dev.to/franklin030601/managing-state-with-react-query-1842