Skip to content

Commit

Permalink
Update docs/advanced-features/react-18/streaming.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shu Ding <g@shud.in>
  • Loading branch information
huozhi and shuding committed Mar 26, 2022
1 parent 5dc2a1b commit a86db02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/react-18/streaming.md
Expand Up @@ -68,6 +68,6 @@ Currently, data fetching within `Suspense` boundaries on the server side is not

#### Styling

React inline styles, Global CSS, CSS modules and Next.js built-in `styled-jsx` are supported with streaming. The Next.js team is working on the guide of integrating other CSS-in-JS solutions in streaming SSR. Stay tuned for updates.
Inline styles, Global CSS, CSS modules and Next.js built-in `styled-jsx` are supported with streaming. The Next.js team is working on the guide of integrating other CSS-in-JS solutions in streaming SSR. Stay tuned for updates.

> Note: The styling code should be only placed in client components, not server components, when using React Server Components

0 comments on commit a86db02

Please sign in to comment.