Next.js Discord

Discord Forum

State managment between csr components and ssr pages

Unanswered
Kokoni posted this in #help-forum
Open in Discord
KokoniOP
Hello, i want to implement EN/AR options in my application so when the user picks a language the whole website get reloaded to be displayed on another language,
and i am using redux toolkit for state managment of that language slice
the problem for me is SSR pages, how do i access the redux store on the client side when rendering my ssr page?

0 Replies