#is redux stored serverside or clientside in next13

1 messages · Page 1 of 1 (latest)

supple robin
#

is redux stored serverside or clientside in next13

spare trellisBOT
#

Hi @supple robin. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

The information extracts provided do not specifically mention Redux. However, they do mention that in Next.js 13, context, which is often used for state management in React applications, is fully supported within Client Components but cannot be created or consumed directly within Server Components. This is because Server Components have no React state as they're not interactive.

For more specific information about Redux in Next.js 13, you may want to refer to the official Next.js and Redux documentation or guides.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: