-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed as duplicate of#4
Labels
featureNew feature or requestNew feature or request
Description
Problem
When editing docs w/ hot reload enabled, it appears that on each refresh all blocks from all docs recompute.
Describe the solution you'd like
It'd be handy if I could make it so that only the docs that have changes recomputed. Ideally it'd also only recompute the blocks that changed, but that would require pickling the execution content and storing it somewhere, and I'm not sure that we could do that for JS/TS execution once #70 merges.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request