Skip to content

Add support for mount #126

@bn-darindouglass-zz

Description

@bn-darindouglass-zz

Context

Currently formatting-stack supports Component and Integrant hooks. mount is another popular state-management library that would be easily supported.

Task

Add new formatting-stack.mount namespace that adds mount-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:

(speced/defn start [^map? this]
  ...)

(mu/on-up :formatting start :after)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions