Hacker News new | ask | show | jobs
by tankmohit11 111 days ago
Can you please share what kind of issues you have faced with each tech stack choice and how the next one resolved it?

The reason I am asking because recently after getting tired of plumbing different npm packages I decided to use blazor server with dotnet 10 to leverage high quality first party packages (e.g. efcore, identity etc) to build a product. I am halfway there, sometimes I miss React & Typescript due to enterprisey nature of dotnet but AI helps me to overcome it. So far doing well with it.

1 comments

I think nowadays they are perfectly fine. Blazor Server had lots of disconnects because our customers typically don't have a stable Wi-Fi connection. Blazor WASM had next to no tooling. It was dotnet 5 or 6, so still very early on the WASM journey of dotnet, not much or no documentation and no AI to overcome initial hurdles.

tbh I sometimes miss React & TS too, for the frontend React is just straightforward, and TS is no bad language at all