https://github.com/darth-knoppix/react-suspense-lazy-loading-example
A React Suspense Lazy Loading example
https://github.com/darth-knoppix/react-suspense-lazy-loading-example
example javascript lazy-loading medium-article react
Last synced: about 1 month ago
JSON representation
A React Suspense Lazy Loading example
- Host: GitHub
- URL: https://github.com/darth-knoppix/react-suspense-lazy-loading-example
- Owner: Darth-Knoppix
- Created: 2019-03-10T18:57:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:42:18.000Z (over 3 years ago)
- Last Synced: 2025-03-22T08:02:11.185Z (over 1 year ago)
- Topics: example, javascript, lazy-loading, medium-article, react
- Language: JavaScript
- Size: 549 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Suspense Lazy Loading
This app is designed to show how lazy loading can be easily used to load only
what is needed to render a particular route.
A different library is used for each of the following routes to show why you
might like to defer loading the entire bundle when a user is only viewing a
single page.
- *Dashboard* - Chart.js
- *Locales* - Moment
- *Flow* - Flowpoints