stratiformltd / react-loadable-visibility

A wrapper around react-loadable and @loadable/component to load elements once they are visible on the page.
BSD 3-Clause "New" or "Revised" License
1.01k stars 31 forks source link

can I use in react universal? #30

Open luoguoxiong opened 4 years ago

tazsingh commented 4 years ago

There isn't a test suite for React Universal, but do I believe its API is similar to loadable-components. Thus it should be usable with a similar effort to supporting loadable-components, if you would like to adapt that code for usage with React Universal!