WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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