Eric Burel @ericburel.tech · Mar 1

To avoid loading track of my progress, I copy-paste the React version in the front matter, comment it, and un comment one-line at a time

0 likes 1 replies

?

Replies

Eric Burel · Mar 1

The PageHeader is the first component I meet,and it comes with a good surprise: it uses Styled Component, a CSS-in-JS libs, while CSS-in-JS is notoriously not compatible with server-only rendering because of its runtime requirements! I need to read some docs about styling in Astro