-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Milestone
Description
Some components have such heavy JavaScript powered controls, so prerendering them may frustrate a user as they will be unable to interact with the component until the scripts are loaded. In these cases wrap the component with CodeSplit and set the skipSSR prop. This will ensure that the component doesn't get prerendered on the server and will async load on client.
A nice compromise.
codepunkt and developit