interactors
interactors copied to clipboard
Upgrade to Effection v3
@cowboyd what is effection used for in interactors?
There is what it is used for, and what I would like for it to be used for.
It is used for cancellation, which is not such a big deal. However, moving to an interactor agent I think it will have a number of advantages:
- Managing the agent lifecycle which we would have good utilities for in Effection/BigTest
- Context API for DOM binding. Right now there is all this
@effection/globalgoo used to set where and how effection looks up DOM elements from. However, this is textbook context.