React Roadmap

Fetching data

1. Fetch API

At this stage, you probably already know about the fetch API, which allow us to make requests.

For Class Components

For Functional Components, using the UseEffect()

2. Axios