A small example of a functional component using React Suspense to fetch and render data.
This project is based on create-react-app
.
To run this project:
- Pull the repository
cd
in the directory of the repository- Run
yarn start
Go on http://localhost:3000 if the script doesn't automatically open a browser window with this address.