Skip to content
New issue

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

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

Already on GitHub? # to your account

Better support for code that suspends #5

Open
s-cork opened this issue Oct 18, 2024 · 0 comments
Open

Better support for code that suspends #5

s-cork opened this issue Oct 18, 2024 · 0 comments

Comments

@s-cork
Copy link
Contributor

s-cork commented Oct 18, 2024

We can't currently track signals after suspensions
If some code suspends - i.e. you do a server call during a render effect, then we can no longer track the dependencies

This is a limitation of the signals model, where async code loses the tracking scope
There are various implementations that work around this issue
So we'd need to look at these and see what's feasible

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

No branches or pull requests

1 participant