Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #221

wants to merge 1 commit into from

Conversation

littledan
Copy link
Member

Fixes #202

@@ -157,7 +157,7 @@ It turns out that existing Signal libraries are not all that different from each
* Custom comparisons are possible for computed Signals as well as state Signals, to note when further computed Signals which depend on them should be updated.
* Reactions to the condition where a computed Signal has one of its dependencies (or nested dependencies) become "dirty" and change, meaning that the Signal's value might be outdated.
* This reaction is meant to schedule more significant work to be performed later.
* Effects are implemented in terms of these reactions, plus framework-level scheduling.
* s are implemented in terms of these reactions, plus framework-level scheduling.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem right...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Effect" is undefined in Computed.get
2 participants