We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b9348 commit 1e1bb35Copy full SHA for 1e1bb35
frontend/README.md
@@ -76,6 +76,7 @@ Zustand is an unopinionated framework, but this project has opinions.
76
- Stores should be structured and separate from rendering components
77
- Stores should use Immer for easier immutability
78
- Zustand does not natively support computeds, so we have a separate hook co-located with the store
79
+- Stores should clearly define their Actions and State, separately, using typescript interfaces
80
81
A store must be created in a file called \*Store.ts and exported as the default export. Ad-hoc stores shouldn't be created in components.
82
0 commit comments