csantanapr / dapp-examples

Series of Single Page Apps using the dApp Framework
http://csantanapr.github.io/dapp-examples
Other
5 stars 4 forks source link

New Example: dapp-polymer-mdv-observe #28

Open csantanapr opened 11 years ago

csantanapr commented 11 years ago

Investigation on Dojo 2 core Observe https://github.com/kitsonk/core/blob/master/docs/observe.md and Polymer MDV (Model-Driven-Views) https://github.com/Polymer/mdv

create new example dapp-examples/dapp-polymer-mdv-observe/

Create a dApp with views using Polymer MDV but substitute native browser observe with kitsonk/observe shim

Depends on dapp-polymer-mdv #27

dapp-request-binding example #24 depends on this example