davidscheutz / Unison

Opinionated app architecture inspired by ETA & Mobius
4 stars 0 forks source link

Composable EffectHandler #5

Open davidscheutz opened 1 year ago

davidscheutz commented 1 year ago

The idea is to make handling side effects reusable where the cases of one effect could be handled by several effect handlers.

Some examples

Some questions

davidscheutz commented 1 year ago

Making one step back, why would this be necessary?

Effect handler can be injected with shared components and using those components comes with little costs...