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

Needed mutation detection improvements #910

Open
5 tasks
iisakkirotko opened this issue Dec 4, 2024 · 0 comments
Open
5 tasks

Needed mutation detection improvements #910

iisakkirotko opened this issue Dec 4, 2024 · 0 comments
Milestone

Comments

@iisakkirotko
Copy link
Collaborator

With #595 merged, We'll move these todo items from the PR to issues as a reminder to look at them before releasing Solara 2.0.

TODO:

  • Trigger calls to check_mutations() from several places: after an event handler (requires a change in reacton) and after a component run.
  • We probably do not want two equals function in solara/reacton, reconcile this.
  • Give an option to opt out of the mutation check per reactive var (e.g. when equals fails), or for performance reasons.
  • support reactive.get(copy=True) to always get a copy, even when _CHECK_MUTATIONS is False
  • Do we need support reactive.get(reference=True) to always get a reference, or is the opt-out enough?
@iisakkirotko iisakkirotko added this to the Solara 2.0 milestone Dec 4, 2024
@iisakkirotko iisakkirotko changed the title Needed to mutation detection improvements Needed mutation detection improvements Dec 6, 2024
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

No branches or pull requests

1 participant