Skip to content

simpla-app #11

@madeleineostoja

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> 

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions