My Logo
Basic Fetch
001

Using useEffect and the Fetch API, I created a Basic Fetch Request from the JSON Placeholder API.

Using useEffect and the Fetch API, I created a Basic Fetch Request from the JSON Placeholder API.

User Data

Loading user data...

Basic Fetch

About this project

  • This hook implements a basic Fetch request to pull data from the JSONPlaceholder API.
  • The project also includes a loading state in case the fetch is slow.
  • Concepts used

  • Fetch API
  • useEffect Hook
  • JSON Placeholder
  • Loading States
  • Error States