Remix.run Logo
buffalobuffalo 4 days ago

I don't know if a bunch of sloppy jQuery modules were ever really a viable option for an SPA. People tried to do it, sure, but I'd say the SPA era really started with backbone.js

kassner 4 days ago | parent | next [-]

ExtJS/Sencha was quite powerful and complete. I’ve built tons of SPAs with it in the late 00s.

gjtorikian 4 days ago | parent [-]

Wow, I remember Sencha! It’s been a while since I’d heard that name.

4 days ago | parent | prev | next [-]
[deleted]
dsego 4 days ago | parent | prev | next [-]

I mostly remember doing $(document).ready blocks in php templates :)

PaulHoule 4 days ago | parent | prev [-]

I wrote my first SPA, a knowledge graph editor, using GWT (Google Web Toolkit) which compiled a dialect of Java to JavaScript circa 2006 or so.