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
exercise/06-LifecycleMethod DataApi doesn't work #31
First off, thanks for this tutorial, it's very nice!
I noticed in doing exercise/06-LifecycleMethod that the data is not loading.
I tried changing API_BASE to
const API_BASE =
https://financialmodelingprep.com/api/company/profile;
but then the browser wouldn't load it due to financialmodelingprep.comI suggest simplifying the tutorial so that the data is served by the tutorial instead of going to a 3rd party resource.