Redux toolkit in next js 14 using App routing in server components

31 Views Asked by At

How to create redux store in next js 14 app routing server components, so that it works for SSR as well.

I checked for documentation, but it said that we need to change the component to client components, but that wont work for the ssr

0

There are 0 best solutions below