garbles / yolk

:egg: A library for building asynchronous user interfaces.
MIT License
925 stars 32 forks source link

Allow component functions to return Observables #83

Open garbles opened 8 years ago

garbles commented 8 years ago

I have some ideas about how to do this. Allows for very interesting async components.

jadbox commented 8 years ago

Here's a good thread from Cycle for going down this path of components pushing values to their parents: https://github.com/cyclejs/core/issues/191

brandonpayton commented 8 years ago

Thanks @jadbox. That was a good read.