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!) |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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/scope
for example) - afaik no one have tried to create such bindings for Angular yet 🤔