Skip to content

Feature: add a 'skipSSR' property #10

@ctrlplusb

Description

@ctrlplusb

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions