Grommet

Grommet is based on styled-components and requires you to collect the page's styles while server-side rendering the page to HTML.

This enables you to add the styles to the rendered HTML, so that the browser loads the styles before loading JavaScript.

Example:

See also