Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ renderPath
Function
renderPath
site/renderPath.js:4–8 ·
view source on GitHub ↗
(path, props, onRender)
Source
from the content-addressed store, hash-verified
2
import
IndexPage from
'./IndexPage'
;
3
4
export
default
function
renderPath(path, props, onRender) {
5
onRender(
6
IndexPage.renderToString(props)
7
);
8
}
Callers
nothing calls this directly
Calls
1
renderToString
Method · 0.80
Tested by
no test coverage detected