Stabilize framework integrations
3Shain opened this issue · 1 comments
3Shain commented
- 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 nativeref
can work.
- Almost done, by hacking into
- Svelte
- Almost not a problem, since svelte supports object with
.subscribe
natively
- Almost not a problem, since svelte supports object with
- Solid
- Waiting for feedback of solidjs/solid#739
redbar0n commented
seems the solidjs commit was merged