Skip to content

Example of using experimental version of React for data fetching

Notifications You must be signed in to change notification settings

shiang/react-suspense-data-fetching-example

Repository files navigation

React Suspense + Concurrent mode for data fetching experimental example

This example uses the SWAPI API

Start the project

yarn install (npm install)
yarn dev (npm run dev)

Using below version of React/ReactDOM

  • react@experimental
  • react-dom@experimental

Special thanks to this video from Ben Awad

About

Example of using experimental version of React for data fetching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published