Eric Burel @ericburel.tech · Mar 1

The theme is giving me a hard time but after all, CSS is just about managing some strings right, so I can craft something that *behaves* like Styled Components theming system quite easily, if I respect the same shape for theme

0 likes 1 replies

?

Replies

Eric Burel · Mar 1

Fun fact: Astro discord contributors are telling me in the mic that if React components have no client-side requirements, they will actually behave exactly like "shared component" do in React: server-rendered with no JS if the parent is server-rendered, client-rendered otherwise