Zustand Tutorial

How to build a Reactjs App with Zustand

Author: Dev A.T Viet Nam

Getting started:

React: npm start
API: npm run server

🔥 Donate

👻👻VietNam:

  • 👉Vietcombank: 0061001044348 (LE TUAN ANH)
  • 👉Momo : 0374481936

I. Requirements

  • React, HTML, CSS, Javascript (DOM, ES6...)
  • Install:
    • Zustand: npm install zustand
    • Redux devtools in Chrome
    • Json Server: npm install json-server
    • Axios: npm install axios

II. What will we learn?

  • Intro & Setup
  • Create a store
  • Devtools
  • Async actions (GetUsers)
  • Combine Stores
  • Create, Update, Delete Users
  • Persist