https://github.com/btmpl/react-ajax-demo
An example of making AJAX requests in React applications
https://github.com/btmpl/react-ajax-demo
Last synced: 11 months ago
JSON representation
An example of making AJAX requests in React applications
- Host: GitHub
- URL: https://github.com/btmpl/react-ajax-demo
- Owner: BTMPL
- Created: 2016-11-25T21:22:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T11:50:20.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T21:48:09.218Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**react-ajax-demo**
An example implementation of AJAX calls in React application using axios.
Please check the coresponding [blog post](https://medium.com/@baphemot/how-to-make-ajax-requests-in-react-a6a52bb5a8b1#.f813ztpay) for more informations.
Running the app:
`npm start`
**Licence**
MIT