Prince Raj
f9b5538402
Update use-store.md ( #2799 )
...
there is a typo mistake while importing the setposition from positionstore
wrong : const setPosition = useStore(positionStore, (state) => state.setPositionStore)
correct : const setPosition = useStore(positionStore, (state) => state.setPosition)
2024-10-18 20:55:13 +09:00
Danilo Britto
211f108ede
Update docs content ( #2760 )
...
* Update docs content
* Update docs content
* Update docs content
* Update docs content
* Update docs content
* WIP
* WIP
* Update docs content
* Update create.md
* Update create-with-equality-fn.md
* Update create-store.md
* Update use-store.md
* Update use-store-with-equality-fn.md
2024-10-14 20:44:42 +09:00
Chafic Najjar
eac9dad35b
Fix "previous" and "next" navigation links ( #2777 )
2024-10-08 07:11:45 -05:00
Danilo Britto
6b29015c3b
Update docs ( #2756 )
2024-09-25 15:54:32 -05:00
Danilo Britto
0a4f9d0f71
Add docs for APIs and Hooks ( #2706 )
...
* Add docs for APIs and Hooks
* Minor fixes
* Minor fixes
2024-09-06 12:26:16 -05:00