Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ a clean, coherent and holistic design then this is for you too.
understanding for immediate comfort.
4. The stack is **unapologetic** with concepts: I'll use the correct
terminology, without hiding from math or computer science terms, and without
rebranding them. That's because I **respect** your intelligence and believe
we can learn new concepts. Actually, the added value of manual programming is
theory building and **acquiring expertise**. In other words, the role of a
framework should be to provide you not only with tools, but with a deeper
knowledge and a whole new vision of the field.
rebranding them. I believe the added value of manual programming is learning,
[theory building](https://pages.cs.wisc.edu/~remzi/Naur.pdf) and **acquiring
expertise**. In other words, the role of a framework is not only to provide
you with a set of tools, but with a deeper knowledge and vision of the field.

## Architecture

Expand Down
3 changes: 3 additions & 0 deletions packages/reflow/src/boundary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ export class Boundary {
values: any[];
};

/**
* Stack of vt updates to merge together
*/
const updates: (() => void)[] = [];

// removes/inserts adjacent values by deleting/creating boundaries to trigger the right View Transitions
Expand Down