createEffectFn in Vanilla JS #421
Unanswered
stijndeschuymer
asked this question in
Q&A
Replies: 1 comment
-
You're in the wrong repository. You can use it with plain JS - https://github.com/ngneat/effects#effects |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use createEffectFn without a framework, in the docs I only see an example in combination with react + useEffectFn.
Can it be used without the hook or without
import { EffectFn } from '@ngneat/effects-ng';
for angular.If so could you provide a minimal example?
Beta Was this translation helpful? Give feedback.
All reactions