As a side note to the original post, I wish gRPC-web was better supported or alternatively that WebTransport gets standardised quickly. I would love to be able to using gRPC in web apps, it’s such a pleasant experience relative to passing JSON back and forth.
If you want exposure to a lot of modern stuff, Next.js is also a great candidate – it makes it pretty simple to use typically finicky stuff like SSR.
As far as I know this is what the YouTube is moving to as well along with a lot of other major name platforms.
This is a bold thing to say right now but I’m confident Lit is going to eat Reacts lunch in the next 2 years.
They are currently in the very early planning stages of expanding it into a full blown application framework. I’m very curious to see where it lands but I have very high hopes in the meantime.
https://en.wikipedia.org/wiki/GRPC
"gRPC (gRPC Remote Procedure Calls[2]) also known as Google Remote Procedure Call is an open source remote procedure call (RPC) system initially developed at Google in 2015.... Most common usage scenarios include connecting services in a microservices style architecture, or connecting mobile device clients to backend services."