Skip to content

Consider allowing any input to be static or Observable #26

Description

@brandonpayton

It seems odd for a component to have to anticipate which inputs will be dynamic and which are static.

On the other hand, it complicates declaration logic to either:

  1. Have to check whether each input is Observable
  2. Treat all input as Observable 100% of the time. Simple declaration-time decisions based on simple input become runtime decisions based on Observable events.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions