jimf / prop-factory

Getter-setter factory utility
MIT License
0 stars 0 forks source link

Plans to update to streams? #1

Closed flintinatux closed 8 years ago

flintinatux commented 8 years ago

The rewrite of mithril.js will upgrade the functionality of m.prop's to be streams of reactive data, rather than just getter/setter functions. Curious if there were plans to do something similar here?

jimf commented 8 years ago

Hi Scott. That's cool, and seems like a compelling change. I haven't been keeping up with Mithril admittedly. I have no plans of making this an observable streams lib, but if you're looking for some, the following are on my radar:

flintinatux commented 8 years ago

Awesome, thanks for the list!