how to Make Http request from reactjs ?

前端 未结 3 567
生来不讨喜
生来不讨喜 2021-01-15 18:41

I am using react js as front end and zf3 as a backend in my ToDo application. I put all my React folder and files in public folder of Zend project. As of now, it is just S

3条回答
  •  青春惊慌失措
    2021-01-15 19:37

    There are many npm modules for http request. Here is a smiple one: https://github.com/request/request

提交回复
热议问题