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

Stabilize framework integrations #5

Open
4 of 6 tasks
3Shain opened this issue Dec 1, 2021 · 1 comment
Open
4 of 6 tasks

Stabilize framework integrations #5

3Shain opened this issue Dec 1, 2021 · 1 comment

Comments

@3Shain
Copy link
Owner

3Shain commented Dec 1, 2021

  • Angular
    • A scheduler is required to adapt zone-less applications
  • React
    • Although the concurrent features make it so painful to implement an integration (of reading external source) with ergonomics (have to write boilerplate hooks), it's almost solved (with de-opt).
  • Vue
    • Almost done, by hacking into ReactiveEffect. It's universal, that makes cell work anywhere native ref can work.
  • Svelte
    • Almost not a problem, since svelte supports object with .subscribe natively
  • Solid
@redbar0n
Copy link

redbar0n commented Mar 7, 2023

seems the solidjs commit was merged

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

2 participants