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

feat: computed should be glitch free #593

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2024

  1. feat: computed should be glitch free

    This is only a failing test for now to demonstrate what can go wrong.
    1) without an error, the system can see an invalid state
    2) an invalid state can also trigger an exception
    
    See https://dev.to/this-is-learning/derivations-in-reactivity-4fo1
    for the loose definition of glitch-free
    maartenbreddels committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d8e39f5 View commit details
    Browse the repository at this point in the history
  2. POC: use a dirty flag

    maartenbreddels committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b468772 View commit details
    Browse the repository at this point in the history