不用 jQuery, 有哪些小而精的 Ajax 模块?
微博上讨论已经看到有给了两个挺棒的, 不知道还有么?
https://github.com/github/fetch
https://github.com/ded/reqwest
Answers
https://github.com/iriscouch/browser-request 这个也不错,浏览器端的request
不考虑兼容性的话,推荐 superagent https://github.com/visionmedia/superagent
http://youmightnotneedjquery.com/
这个网站提供了 jQuery 的各个功能的推荐替代方案。
Ajax 这一块
它提供了
https://github.com/ForbesLindesay/ajax
https://github.com/then/request
https://github.com/ded/Reqwest
三个库