Skip to content
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

Consider allowing any input to be static or Observable #26

Open
brandonpayton opened this issue Sep 7, 2017 · 0 comments
Open

Consider allowing any input to be static or Observable #26

brandonpayton opened this issue Sep 7, 2017 · 0 comments

Comments

@brandonpayton
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant