Angular? #735
|
Will there be an examples / support for angular? My story is I'm looking for a state system that works across frameworks 👍 (did a search and haven't seen any topics yet!) |
Answered by
AlexandrHoroshih
Jul 10, 2022
Replies: 1 comment 1 reply
|
Hi! Effector stores are implementing the same Observable interface as RxJS does and events and effects can be called as any other function - so basic usage should be not much different from RxJS There is a also case of Fork API (more detailed article), which requires special bindings (e.g. |
1 reply
Answer selected by
tony
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Effector stores are implementing the same Observable interface as RxJS does and events and effects can be called as any other function - so basic usage should be not much different from RxJS
There is a also case of Fork API (more detailed article), which requires special bindings (e.g.
effector-react/scopefor example) - afaik no one have tried to create such bindings for Angular yet 🤔