yumauri/effector-reeffect

New strategy ideas

yumauri opened this issue · 3 comments

New strategy ideas

MIMIC — behave like Effect, with multiple done/fail events (make it default strategy?)

TAKE_ALL — like Promise.all, launch done/fail with all results in array. Always returns array. (What to do when one effect succeeded, and other failed? Maybe return all results just in finally event?). Maybe do like Promise.allSettled.