(no title)
billsimpson | 11 years ago
I keep backing off, and sticking with jQuery/Backbone. One solution would be using a lightweight AJAX library in place of jQuery, but I haven't found one that is widely used, well maintained, and recommended. Can anyone recommend one?
Or in 2015 should an extra 130 kB be considered a non-issue?
jfhollingworth|11 years ago
[1] https://github.com/github/fetch [2] https://fetch.spec.whatwg.org/ [3] http://martyjs.org/guides/state-sources/http.html
caseywebdev|11 years ago
superagent: https://github.com/visionmedia/superagent
nogridbag|11 years ago
I also checked out superagent and it seems to have a good amount of dependencies. I was thinking of simply wrapping XMLHttpRequest with the promise lib of my choice.
This link seems relevant... http://youmightnotneedjquery.com
avinashv|11 years ago
[1]: http://zeptojs.com/
aturek|11 years ago
billsimpson|11 years ago