Now that we have our list - we should make it dynamic. We will set up the API service to use our Laravel API application. In this lesson, we will:
- Check the options for API calls (Axios, Fetch, etc.)
- Pick our API package and configure it
- Update our List to use the API
Let's get started!
Available Options - Axios, Fetch, Frisbee
If we look at the React Native Documentation - they list quite a few options for making API calls. The most...