/react-data-fetch

Data Fetch Example Repository (along with Dev.to article '6 Approaches to Data Fetching in React'). The app simply displays a random image of a dog using the random.dog external API

Primary LanguageJavaScript

Data Fetching in React Examples...

This GitHub repo is to serve as examples to the approaches in my article on data fetching in React on Dev.to.

Dev.to Article

How to Navigate Repo

Each 'Approach' number in the article has a coordinating component in the src/components directory that is prefixed with 'Example'.

Note: for the last three examples there are additional files to review within this application (wrappers, redux store, hooks, etc.)

Hope this helps!