This isn't scalable for any kind environment with multiple services and teams. Can you imagine "actually the table display will be handled by the User service BE, we'll just inject it".
The reason why people reach for react and js for simple projects is because that's what theyre familiar with at work (that or they're training in hopes of work), even when theoretically they could of used something way more stripped down
RUnconcerned|5 months ago
zffr|5 months ago
What if the client wants to render the output of an API in different ways depending on what screen is visible? If the server API outputs JSON, this is trivial. If it outputs HTML the client is stuck into rendering what the server gives it.
cenamus|5 months ago
jonkoops|5 months ago
zdragnar|5 months ago
Far better to have a tool that lets you define small, reusable, composable building blocks and let your team just use those.
debo_|5 months ago
em-bee|5 months ago
librasteve|5 months ago
loloquwowndueo|5 months ago
webstrand|5 months ago