Used Astro for a pro bono project. Found it fantastic, well documented, provides solutions for the hard parts, gets out of the way for the easy parts. Documentation is well written, but I find I don't need it much because mostly it works how I would expect.
You lost me at React SSR. That is part of the complexity bs. React is a lib for mapping state to the DOM. There's no DOM on the server. So React on the server is 95% useless for that purpose and hence, overengineered to create a bit of HTML and send it down the wire.
I like the simplicity of Hono and use their html helper to write good old HTML that is send to the client.
I've heard good things, what would you say is the killer reasons to justify being the nodejs ecosystem vs something more purpose built for ssr like php?
alsiola|4 months ago
fuzzy_biscuit|4 months ago
WA|4 months ago
I like the simplicity of Hono and use their html helper to write good old HTML that is send to the client.
molszanski|4 months ago
deepriverfish|4 months ago
throw-10-8|4 months ago
throw-10-8|4 months ago
molszanski|4 months ago