Skip to content

Commit

Permalink
Merge pull request #1232 from gluestack/amars29-patch-2
Browse files Browse the repository at this point in the history
Update index.stories.mdx
  • Loading branch information
amars29 authored Oct 9, 2023
2 parents 6be73e6 + be2c670 commit ccb244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/storybook/src/configuration/RSC/index.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ccb244f

Please sign in to comment.