It’s interesting that the reaction to the overwrought JS ecosystem is to regress to sharing front-end UI state between the front and back end—expecting that to be simpler. It’s really not.

SPAs aren’t the problem. Accretion is. You can—and should—simplify: use fewer libraries, less code, and less tooling.

Every ecosystem expands to express more, faster. This one will too.

Discernment is the answer—not chasing the next stop on the bandwagon cycle.

@bhauman But RPC led to such robust systems… er, CORBA was amazing… er, oh no…
@jack @bhauman Sure, *those* were a mess, but what if instead we build an abstraction layer so you don’t need to know whether the thing you’re interacting with is local or remote, and the container figures it out! All interchangeable, like some kind of bean…