Recap

Now you've learned to interact with an API in React! This lesson will provide you a recap to what you have learned so far and will also share how your App.js code looks by now.

We'll cover the following...

Let’s recap the last chapter:

  • React

    • ES6 class component lifecycle methods for different use cases
    • componentDidMount() for API interactions
    • Conditional renderings
...