Skip to content

Commit 9e1a4ac

Browse files
authored
perf(frontend): bound logs DOM, kill editor re-render storms, lazy-load heavy deps (#5212)
* perf(logs): virtualize the resource list to bound DOM + memory * perf(editor): narrow per-block store subscription to kill structural-edit re-render storm * perf(realtime): move presence state out of the socket context to stop cursor-frame re-renders * perf(editor): lazy-load NoteBlock so Streamdown is off the editor's critical path * perf(emcn): defer prismjs in Code so it's off the shared barrel's static graph
1 parent 34d32b9 commit 9e1a4ac

15 files changed

Lines changed: 515 additions & 130 deletions

File tree

apps/sim/app/workspace/[workspaceId]/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export type {
3131
ResourceCellEditing,
3232
ResourceColumn,
3333
ResourceRow,
34+
ResourceTableHandle,
3435
RowDragDropConfig,
3536
SelectableConfig,
3637
} from './resource/resource'

0 commit comments

Comments
 (0)