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

simpla-app #11

Open
madeleineostoja opened this issue Aug 1, 2017 · 0 comments
Open

simpla-app #11

madeleineostoja opened this issue Aug 1, 2017 · 0 comments
Assignees

Comments

@madeleineostoja
Copy link

Simpla’s Javascript client could have a declarative interface to allow easy data binding in WC stack. In the spirit of the Polymerfire elements.

Init options reflected to element properties, states reflected to readonly element properties, and SDK methods mirrored to methods on the element.

Something like this (in Polymer app, could be used anywhere with bindable props):

<simpla-app
  project="my-project"
  editable=“{{editable}}"
  authenticated=“{{authenticated}}">
</simpla-app> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant