Skip to content

🚀: Export Store logic / transitions to Mermaid charts #212

@Nek-12

Description

@Nek-12

Frameworks like CommonStateMachine allow developers to export their state machine definitions directly into visual documentation, such as Mermaid charts.

Ideas:

  • Given FlowMVI's structured setup and plugin architecture, a plugin could potentially inspect the state updates and intents processed.
  • The plugin could generate a .md file containing a Mermaid state diagram showing how the store transitions between states based on incoming intents.
  • This would significantly improve documentation capabilities for large apps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions