WIP diffable list experiments #55
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Don't merge yet
See internal Notion doc
Goals
PR currently contains 2 experiments:
Manual list maintenance via
ReactDOM.createRoot
+its-fine
This one uses
its-fine
to bridge the context between the parent React root and the child React roots (for each list item). While this seems like a promising direction, I've still hit a couple of blockers in regards to React event handling. See:Video demo: https://share.cleanshot.com/bWjjbZ9x
Example code: https://gist.github.com/schickling/36ef4e37da90145e78d6d17262da8941
Experiment with
million
I've also tried to use
million
for the manual list maintenance but it seems this would require LiveStore app devs to also install the million compiler which is a line I don't want to cross at this point.This file was certainly very informative.