-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable SSR completely #1737
Comments
@jsvishal maybe you shouldn't use RSK for your approach? #984 (comment) |
I have removed this line. Its seem to work. let me know if this is fine
|
@jsvishal youp! You can just comment data.children = ... and it won't do any server rendering |
But it calls APIs on serverside |
@jsvishal thank you very much for crating this issue! Unfortunately, we have close it due to inactivity. Feel free to re-open it or join our Discord channel for discussion. NOTE: The |
…ode which depends on `window`, see kriasoft/react-starter-kit#1737
Hi , I have developed one of my application using this starter kit,
Now we want our application to not perform SSR
I know SSR has many benefits but we need it to render on the client side
Can anyone please help.
I tried many things but no luck
The text was updated successfully, but these errors were encountered: