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

Exposed Load method to invoke synchronous loading of component #42

Open TrinaChoudhury opened 3 years ago

TrinaChoudhury commented 3 years ago

The PR exposes "load" method which internally handles both the loadable libraries.

trinachoudhury1mg commented 3 years ago

cc: @tazsingh

trinachoudhury1mg commented 3 years ago

@tazsingh @gregberge - Please review the change.