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

Reactivity update #40

Closed
wants to merge 1 commit into from
Closed

Conversation

bfanger
Copy link

@bfanger bfanger commented Oct 24, 2020

Cons: How many should n be? creating a computed property based on another computed property is allowed, but now suddenly has a limit.
Creates slow downs when a component creates a loop.

### No protection against infinite loop

Choose a reason for hiding this comment

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

@bfanger thanks for this writeup. very educational. I recently created this issue and would really like to add the ability to opt out of infinite loop protection because it is breaking some of our production code in unexpected ways. I started reading through the code but obviously your understanding far exceeds mine. How would you go about disabling it in a proper way? thanks!

@dummdidumm
Copy link
Member

In light of runes and the new runtime-based dependency tracking, the issues presented in the RFC are solved differently, so I'm going to close this - thank you for the proposal.

@dummdidumm dummdidumm closed this Nov 16, 2023
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.

3 participants