You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vike-react-zustand/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# `vike-react-zustand`
6
6
7
-
Integrates [Zustand](https://zustand-demo.pmnd.rs/) state management into your [`vike-react`](https://vike.dev/vike-react) app with SSR support.
7
+
Integrates [Zustand](https://zustand-demo.pmnd.rs) state management into your [`vike-react`](https://vike.dev/vike-react) app with SSR support.
8
8
9
9
> [!NOTE]
10
10
> If you don't use any of your Zustand store during [SSR](https://vike.dev/ssr), then **you don't need `vike-react-zustand`** — you can use Zustand without any Vike integration.
> The API is the same as [Zustand's `create()`](https://zustand.docs.pmnd.rs/apis/create#reference).
70
+
> The API is the same as [Zustand's `create()`](https://zustand.docs.pmnd.rs/reference/apis/create#reference).
71
71
>
72
-
> (Extra parentheses `()` are required only when using TypeScript, as explained [here](https://zustand.docs.pmnd.rs/guides/typescript#basic-usage).)
72
+
> (Extra parentheses `()` are required only when using TypeScript, as explained [here](https://zustand.docs.pmnd.rs/learn/guides/advanced-typescript#basic-usage).)
Sometimes you need to access state in a non-reactive way or act upon the store. For these cases, you can use `useStoreVanilla` to directly access the [vanilla store](https://zustand.docs.pmnd.rs/apis/create-store).
125
+
Sometimes you need to access state in a non-reactive way or act upon the store. For these cases, you can use `useStoreVanilla` to directly access the [vanilla store](https://zustand.docs.pmnd.rs/reference/apis/create-store).
0 commit comments