#is redux stored serverside or clientside in next13
1 messages · Page 1 of 1 (latest)
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.