Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
250
function
Loadable(opts) {
251
return
createLoadableComponent(load, opts);
252
}
253
254
function
LoadableMap(opts) {
255
if
(typeof opts.render !==
"function"
) {
Callers
3
Example.js
File · 0.85
App.js
File · 0.85
test.js
File · 0.85
Calls
1
createLoadableComponent
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…