Skip to content

ndraaditiya/React-Query-Axios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Query-Axios

Simple CRUD Todo App With React Query and Axios

You can see the app on: https://react-query-axios.netlify.app/

This just for you who currently trying to understanding React-Query, this a simple example how to use React-Query on GET, POST, PUT and DELETE endpoint and integrated with Axios..

On React-Query, for GET endpoint you use useQuery hook, but if your method modifies data on the server (POST, PUT, DELETE, etc), you better use useMutation hook.

I get the free API from this repo: https://github.com/ndraaditiya/public-api-crud-todoApp

About

Simple CRUD Todo App With React Query and Axios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published