Ask HN: Front end web app development tools for back end engineer
https://news.ycombinator.com/item?id=29007246What's the best way to get a SPA up and running quickly if you generally dislike the unholy trinity of html/css/js and the endless frameworks to manage and combine them?
Now that Elm-UI appears to be dead, is there anything else that would allow me to just compose code? Is Flutter's web app support fleshed out enough? Blazor / Bolero seem good except for shipping the entire .Net runtime to the browser as WASM.
Are any of the Rust -> WASM projects mature enough to provide a pleasant and quick developer experience?
I'm asking because many of my side projects stall out when I get to coding a front-end; I lose the passion as I don't find coding for the browser enjoyable regardless of the frameworks I have tried. Maybe there is a tool / language / framework out there that I am missing.