Skip to content

simpla-app #11

Description

@madeleineostoja

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> 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions