Solution: Utilizing the API Layer
Here’s the solution of utilizing the API layer challenge.
We'll cover the following...
Solution
The challenge required you to add a new api file with a method to fetch a list of users. This method should have been imported and used in the DisplayUsers
component to fetch and render the users. Below are the required ...