dillon1000/react
Commit
Browse files Naive suspense implementation for selected element panel
This commit leaves a few major things uunresolved: * We aren't yet polling for updates * We aren't yet using the two setState pattern * The resource cache will grow unbounded over time because we aren't yet clearing items from it * The renderer interface is not smart enough to avoid resending unchanged data between requests
Changed paths9 files
First-parent comparisonsrc/backend/renderer.js ModifiedA src/devtools/InspectedElementCache.js AddedM src/devtools/ProfilingCache.js ModifiedM src/devtools/cache.js ModifiedM src/devtools/store.js ModifiedM src/devtools/views/Components/Components.css ModifiedM src/devtools/views/Components/Components.js ModifiedM src/devtools/views/Components/SelectedElement.js ModifiedM src/devtools/views/Components/TreeContext.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…