Skip to content
Sarvesh kumar edited this page May 23, 2021 · 6 revisions

Welcome to the # React Sending HttpRequest wiki!

  1. React Http Request

  2. API integration in React

Sending HTTP Request

API URL :

https://swapi.dev/

https://swapi.dev/api/films/

Fetching api in javascript

https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch

async await in javascript

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await

Clone this wiki locally