Skip to content

Files

Latest commit

 

History

History
 
 

with-zustand

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Zustand Example

Supports Expo iOS Supports Expo Android Supports Expo Web

Zustand is a fast state manager with a user-friendly API. This example implements a basic store and list using the zustand library.

🚀 How to use

  • Install with yarn or npm install.
  • Run yarn start or npm run start to try it out.

📝 Notes