tyroprogrammer / learn-react-app

Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
MIT License
3.65k stars 328 forks source link

Request: Connect to Live API #35

Closed mitchross closed 5 years ago

mitchross commented 5 years ago

Can you please add an example where we connect to an actual working API? Would be great to see how to manage APIs keys, constants, etc.

tyroprogrammer commented 5 years ago

Working with actual working API is not different in React than in other frameworks/libraries. Please refer to this - https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch for more information on how to use fetch API. Since this is not specific to React, this is outside the scope of this tutorial.