How to build a Reactjs App with Zustand
Youtube: https://youtu.be/5qq6oT4tGQA
React: npm start
API: npm run server
- 👉 Buy Me a Coffee . Thank You ! 💗 :
- 👉 https://www.buymeacoffee.com/QK1DkYS
- 👉 Paypal : https://paypal.me/tuananh251192
- 👉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
- Zustand:
II. What will we learn?
- Intro & Setup
- Create a store
- Devtools
- Async actions (GetUsers)
- Combine Stores
- Create, Update, Delete Users
- Persist