MCPcopy
hub / github.com/jamiebuilds/react-loadable / Loadable

Function Loadable

src/index.js:250–252  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

248}
249
250function Loadable(opts) {
251 return createLoadableComponent(load, opts);
252}
253
254function LoadableMap(opts) {
255 if (typeof opts.render !== "function") {

Callers 3

Example.jsFile · 0.85
App.jsFile · 0.85
test.jsFile · 0.85

Calls 1

createLoadableComponentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…