Effects and Derived Values #72
Reference in New Issue
Block a user
No description provided.
Delete Branch "effects"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Exactly like they work in Solid.js, React.js etc (implementation is stolen from Solid.js)
Effects run and derived values recalculate any time one of their dependencies update
Derived values will also update any properties they're used in (using a clever Solid.js system where reactive properties themselves are just events)
Just a small example of the possibilities: