Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 16, 2024
1 parent 4c4760e commit 5ec476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-react-styled-jsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ For full customization consider [ejecting](https://vike.dev/eject).

The `vike-react-styled-jsx` extension allows you to use `styled-jsx` without [FOUC](https://en.wikipedia.org/wiki/Flash_of_unstyled_content).

It collects the page's styles during SSR and injects them earlier in the HTML, ensuring that styles are applied early (before even hydration begins).
It collects the page's styles during SSR and injects them in the HTML, ensuring that styles are applied early (before even JavaScript starts loading).

You can learn more at:
- [Vike > CSS-in-JS > Collect styles](https://vike.dev/css-in-js#collect-styles)
Expand Down

0 comments on commit 5ec476d

Please sign in to comment.