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

controller operator for effects #345

Open
xaota opened this issue Aug 28, 2024 · 0 comments
Open

controller operator for effects #345

xaota opened this issue Aug 28, 2024 · 0 comments
Labels
RFC Some new feature that should be discussed

Comments

@xaota
Copy link

xaota commented Aug 28, 2024

Proposal

чуть меньше писанины при работе с эффектами

controller({
  source,
  effect: effectFx,
  success: [targetS1, targetS2, targets3],
  error: [targetE1, targetE2, targetE3],
  finally: targetF1
})

Use case

@xaota xaota added the RFC Some new feature that should be discussed label Aug 28, 2024
@sergeysova sergeysova transferred this issue from effector/effector Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC Some new feature that should be discussed
Projects
None yet
Development

No branches or pull requests

1 participant