How to make a rest post call from ReactJS code?

前端 未结 9 1946
一生所求
一生所求 2020-12-02 05:28

I am new to ReactJS and UI and I wanted to know how to make a simple REST based POST call from ReactJS code.

If there is any example present it would be really h

9条回答
  •  暖寄归人
    2020-12-02 05:59

    Here is a the list of ajax libraries comparison based on the features and support. I prefer to use fetch for only client side development or isomorphic-fetch for using in both client side and server side development.

    For more information on isomorphic-fetch vs fetch

提交回复
热议问题