top | item 44688946

(no title)

buffalobuffalo | 7 months 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

discuss

order

kassner|7 months ago

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

gjtorikian|7 months ago

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

dsego|7 months ago

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

PaulHoule|7 months ago

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.