Skip to content

Sample project for usage of the new Suspense and Time Slicing features of react

Notifications You must be signed in to change notification settings

dola/react-future

Repository files navigation

React Future

Run

To run the project, do the following:

  • get an api key for tmdb here: https://developers.themoviedb.org/3
  • npm install
  • start the app with your key defined in the REACT_APP_TMDB_API_KEY environment variable: REACT_APP_TMDB_API_KEY=<your api key> npm start

Use the synchronous branch to showcase the app without any suspense or time slicing features and synchronous import of mock data instead of api integration.

Credits and Resources

Most importantly:

And additionally:

Uses:

About

Sample project for usage of the new Suspense and Time Slicing features of react

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published