I exported the nextjs app, its version is 13.5.4. I want to use redux as state management method and also I need websocket for real time communication.
I know Next.js uses server side rendering and prefetches.
Can you please help me with it.
Is nextjs project exported rendered on client side only?
I guess the build version in the out folder are rendered on client side only?