How do you manage CSS with server rendered HTML in Hono?
Do most of you just use built-in css helpers, which are basically executing javascript to generate stylesheets?
I'm creating app which will be most likely 90% rendered on server, maybe creating static CSS files and serving them would be more efficient?
On the other hand - I'd really like to use some UI framework, maybe even headless. Any opinions?
I'm creating app which will be most likely 90% rendered on server, maybe creating static CSS files and serving them would be more efficient?
On the other hand - I'd really like to use some UI framework, maybe even headless. Any opinions?