mst-flow-pipe
mst-flow-pipe copied to clipboard
Suggestion: Adjust Docs to mention alternatives from mst
Hi there. I just stumbled across a mst issue where you mention this library: https://github.com/mobxjs/mobx-state-tree/issues/1516 Since then mst has received its own helper functions for type safe flows.
You could adjust your README to mention them as an alternative:
- https://mobx-state-tree.js.org/API/#togenerator
- https://mobx-state-tree.js.org/API/#togeneratorfunction
If you want I can create a PR.