-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for mount #126
Comments
bn-darindouglass-zz
pushed a commit
to bn-darindouglass-zz/formatting-stack
that referenced
this issue
Feb 21, 2020
- Add new `formatting-stack.mount` namespace for configuring `on-up` hooks - Add mount tests and example repl/dev implementation
28 tasks
bn-darindouglass-zz
pushed a commit
to bn-darindouglass-zz/formatting-stack
that referenced
this issue
Feb 21, 2020
- Add new `formatting-stack.mount` namespace for configuring `on-up` hooks - Add mount tests and example repl/dev implementation
bn-darindouglass-zz
pushed a commit
to bn-darindouglass-zz/formatting-stack
that referenced
this issue
Feb 21, 2020
bn-darindouglass-zz
pushed a commit
to bn-darindouglass-zz/formatting-stack
that referenced
this issue
Feb 25, 2020
- While potentially handy in some cases, most often the dual (and independent) configuration's for mount can get confusing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Currently
formatting-stack
supportsComponent
andIntegrant
hooks.mount
is another popular state-management library that would be easily supported.Task
Add new
formatting-stack.mount
namespace that addsmount-up/on-up
hooks for formatting code.Acceptance criteria
Mount is pluggable.
Additional resources
The
mount-up
library will work easily for adding this hook. Something small like should suffice:The text was updated successfully, but these errors were encountered: