In this step-by-step tutorial, you'll learn how to build a complete CRUD (Create, Read, Update, Delete) application using TanStack React-Query. We'll be using JSON-Server as our mock API to work with the data, and we'll generate random IDs for our data using the UUID library.
👨💻Code:
https://github.com/candraKriswinarto/...
🔗Source:
Tanstack react-query: https://tanstack.com/query
vite: https://vitejs.dev
json-server: https://github.com/typicode/json-server
uuid: https://github.com/uuidjs/uuid
👋🏻Contact Me:
https://canddev.vercel.app/
🌎 Find Me Here:
Instagram : / candra_kriswinarto
GitHub: https://github.com/candraKriswinarto/
Linkedin: / candra-kriswinarto
#programming #react