app-overview
Version:
> A visualization of the application structure. See, read & learn the code, effortlessly.
23 lines (22 loc) • 542 B
JSON
{
"index.js": {
"path": "index.js",
"children": {
"App.js": {
"path": "App.js",
"children": {
"FirstComponent": {
"path": "components/FirstComponent.js",
"dispatchers": "(link)=>dispatch(newLink(link))",
"dunno": "Younameit"
},
"SecondComponent": {
"path": "components/SecondComponent.js",
"dispatchers": "(blah)=>dispatch(newBlah(sponk))",
"dunno": "Nobloodyidea"
},
}
}
}
}
}