Hacker News new | ask | show | jobs
by basch 752 days ago
Meteor, Ember, Derby were the "next big thing" 10 years ago.

Principles of Rich Web Applications (rauchg.com) Nov 4, 2014 https://news.ycombinator.com/item?id=8559519

https://www.infoworld.com/article/2612250/application-develo...

https://shiggyenterprises.wordpress.com/2013/03/11/picking-a...

https://blog.emberjs.com/inside-fastboot-the-road-to-server-...

It's not just that the idea has been developed over and over, but it is constantly hyped as a return to the golden past, and yet never gets the love that new client side spa messes end up attracting.

1 comments

Pjax, 2011. We can probably keep going back further. No-one has a monopoly on this idea.
htmx was a mashup of $.load(), pjax and angular 1 style attributes (very different conceptual model but I saw how angular used custom attributes and thought that looked better than the JavaScript api I had cooked up)

later on I figured out that what I was doing was generalizing hypermedia controls, but that took me years to figure out.