react-external-store
ISC- #### Initialize a store with initial values, including state and actions. ```ts type State = { users: { id: number; name: string }[]; }; type Action = { addUser: (user: State["users"][number]) => void; };
90
Security score
0 known advisories in v0.0.3
Weekly downloads
—
Unpacked size
4.3 kB
Dependencies
2
Last publish
2 years ago
Security advisories
No known vulnerabilities affect v0.0.3.