search

Home  >  Q&A  >  body text

javascript - 不用 jQuery, 有哪些小而精的 Ajax 模块?

微博上讨论已经看到有给了两个挺棒的, 不知道还有么?
https://github.com/github/fetch
https://github.com/ded/reqwest

天蓬老师天蓬老师2902 days ago297

reply all(5)I'll reply

  • 阿神

    阿神2017-04-10 14:57:34

    http://microjs.com/#ajax

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-10 14:57:34

    http://youmightnotneedjquery.com/

    这个网站提供了 jQuery 的各个功能的推荐替代方案。
    Ajax 这一块它提供了

    https://github.com/ForbesLindesay/ajax
    https://github.com/then/request
    https://github.com/ded/Reqwest

    三个库

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-10 14:57:34

    https://github.com/iriscouch/browser-request 这个也不错,浏览器端的request

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-10 14:57:34

    不考虑兼容性的话,推荐 superagent https://github.com/visionmedia/superagent

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-10 14:57:34

    https://github.com/argunner/minAjax.js

    reply
    0
  • Cancelreply