Replies: 1 comment 10 replies
-
Why do you want to avoid that package? It's essentially impossible to use a Redux store with SSR without it. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a plan to cover Server-Client Hydration in RTK out of the box instead of using 3rd party packages like
next-redux-wrapper
which I see is actually mentioned here.I'm just curious.
Because tools like TanStack Query cover this out of the box and works well but you end up needing an additional state manager for Client Side state management.
Considering the maturity of RTK I was just curious whether there is a plan to cover Server-Client hydration out the box without the need for
next-redux-wrapper
.Looking forward to hearing any feedback.
Beta Was this translation helpful? Give feedback.
All reactions