{ "componentDescription": "NoSsr purposely removes components from the subject of Server Side Rendering (SSR).\n\nThis component can be useful in a variety of situations:\n\n* Escape hatch for broken dependencies not supporting SSR.\n* Improve the time-to-first paint on the client by only rendering above the fold.\n* Reduce the rendering time on the server.\n* Under too heavy server load, you can turn on service degradation.", "propDescriptions": { "children": { "description": "You can wrap a node." }, "defer": { "description": "If true, the component will not only prevent server-side rendering. It will also defer the rendering of the children into a different screen frame." }, "fallback": { "description": "The fallback content to display." } }, "classDescriptions": {} }