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

https://github.com/jpdevries/lazy-react-modal

An example of lazily loading the code for modal windows as well as lazily loading dependencies within those modals
https://github.com/jpdevries/lazy-react-modal

Last synced: 12 months ago
JSON representation

An example of lazily loading the code for modal windows as well as lazily loading dependencies within those modals

Awesome Lists containing this project

README

          

# lazy-react-modal

An example of lazily loading the code for modal windows as well as lazily loading dependencies within those modals. Our initial JS weight is 51kB. If and when the modal is opened the modal code (4kB) and the mapbox code (132kB) is loaded lazily.

![](http://j4p.us/272W410b1N2C/Screen%20Shot%202017-06-25%20at%208.24.24%20PM.png)

## Demo
[Try it out](https://jpdevries.github.io/lazy-react-modal/).