diff --git a/docs/framework-integration/react.md b/docs/framework-integration/react.md index 6d087626a..f73a64f68 100644 --- a/docs/framework-integration/react.md +++ b/docs/framework-integration/react.md @@ -502,9 +502,16 @@ export const config: Config = { }; ``` -:::note -Next.js support is only available for applications that use the [Next.js App Router](https://nextjs.org/docs/app). -::: +### excludeServerSideRenderingFor + +**Optional** + +**Type: `string[]`** + +Allows users to exclude a list of components from server side rendering by Next.js or other React +frameworks. This may be useful if you would like to generally ignore some components from being +rendered on the server or if you like roll out SSR support for your design system one component at +a time. ## FAQ's