An open API service indexing awesome lists of open source software.

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

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