MaximeHeckel / react-suspense-example

A small example of a functional component using React Suspense to fetch and render data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Suspense example

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.

About

A small example of a functional component using React Suspense to fetch and render data.


Languages

Language:JavaScript 76.1%Language:HTML 19.2%Language:CSS 4.6%