CommonGarden / Grow-IoT

Software packages for smart growing environments.
http://commongarden.org/
Other
25 stars 6 forks source link

State container for managing predictable data. #270

Closed aruntk closed 7 years ago

aruntk commented 7 years ago

Proposal

Use redux as a global state container. https://github.com/tur-nr/polymer-redux

This will make the data flow more predictable hence controllable and manageable.

aruntk commented 7 years ago

@JakeHartnell I've implemented this in one of my apps. Its really helpful for large apps. I'll start with a global state to display and log errors. :)

JakeHartnell commented 7 years ago

@JakeHartnell I've implemented this in one of my apps. Its really helpful for large apps. I'll start with a global state to display and log errors. :)

Cool, go for it. :+1: