Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 30, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Adds a new `sample()` method to Cell that reads the current value without
creating a reactive dependency. Unlike `get()`, calling `sample()` inside
a handler or lift won't cause it to re-run when the sampled cell changes.

This is implemented using a NonReactiveTransaction wrapper that adds
`ignoreReadForScheduling` meta to all reads. Child cells created during
the sample operation still behave normally with reactive reads.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <[email protected]>
@pull pull bot locked and limited conversation to collaborators Nov 30, 2025
@pull pull bot added the ⤵️ pull label Nov 30, 2025
@pull pull bot merged commit 02f501d into ExaDev:main Nov 30, 2025
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant