diff --git a/example/storybook/src/configuration/RSC/index.stories.mdx b/example/storybook/src/configuration/RSC/index.stories.mdx index 7212592e96..5ec73ca121 100644 --- a/example/storybook/src/configuration/RSC/index.stories.mdx +++ b/example/storybook/src/configuration/RSC/index.stories.mdx @@ -14,7 +14,7 @@ Server Component is a new concept that has been introduced in React 18, and been ## RSC support in gluestack-ui **gluestack-ui components are compatible with Server Components.** You can use gluestack-ui components inside a server component. -Although gluestack-ui components run on client side because of interactions and runtime JavaScript. We have exported all gluestack-ui components with `"use client"` narrative. +Since gluestack-ui components run on client side because of interactions and runtime JavaScript, we have exported all gluestack-ui components with `"use client"` narrative. You can [install](/docs/guides/install-nextjs) Next.js app router + gluestack-ui application for more details on how to use gluestack-ui components inside a server component.