Skip to content

Add section for state / data management #14

@paceaux

Description

@paceaux

State / Data management practices not necessarily necessary. But it's good to have guidance for when and how to choose state managers.

State Management should be considered independently of the rendering framework

Angular, Vue, React, Svelte, and others can render markup without a state manager. A state manager should be considered when:

  • there's multiple data types and objects that need rendering
  • Data won't necessarily flow down (outer to inner) for components
  • Rendering is needed when data changes, instead of when events occur

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