Hacker News new | ask | show | jobs
by tracker1 133 days ago
I'm largely of the same mindset... I find the current .Net tooling for the backend to be pretty great. C#, Dapper and FastEndpoints FTW. I still really like JS/TS tooling with Hono and Rust with Axum though... but C# today is pretty great for backend work.

I'm also not a fan of Blazor... it's bloated and heavy in client usage, and server mode has all the down sides classic Web Forms did. Not a fan at all.

I tend to still like React with Redux+thunks and MUI or Mantine for the components. Very little comes close to it.