|
|
|
|
|
by stickfigure
1726 days ago
|
|
I think you have it exactly backwards - the days of using string templates to assemble HTML pages was a weird and specialized era. React and modern JS tooling brings us back to traditional client/server GUI application development, just like we did in the 90s. And that's a good thing. GUI development has its own set of concepts and broad applications. React is somewhat novel but still fits squarely in here; the idea of a GUI component is pretty enduring. Distributed systems development has its own set of concepts and broad applications. With modern tooling, web interactions look just like traditional RPCs. I programmed "full-stack" through the GUI fat client era, the primitive web era, and now the modern web era. I'm much happier developing with the modern tools. |
|
JSX?