Polymer / pwa-helpers

Small helper methods or mixins to help you build web apps.
BSD 3-Clause "New" or "Revised" License
439 stars 48 forks source link

Observable? #50

Open jay8t6 opened 5 years ago

jay8t6 commented 5 years ago

An observable pattern would be a nice helper feature for the new starter kit. I would very much like to use a native implementation to observe changes in an app just in case I don't want to use Redux. Any thoughts?

motss commented 5 years ago

Does mobx make the cut for your use cases?