ftlabs / fruitmachine

View rendering engine
MIT License
247 stars 18 forks source link

Use the DOM for events #82

Closed matthew-andrews closed 10 years ago

matthew-andrews commented 10 years ago

And stop using in-memory for fm events.

Get bubbling for free :)

orangemug commented 10 years ago

What if a fruitmachine module instance isn't in the DOM yet, or alternatively if child instances aren't in the DOM but the parent is.

Wouldn't this make things more complex?

wilsonpage commented 10 years ago

This would break server side rendering. On 18 Aug 2014 14:23, "Orange Mug" notifications@github.com wrote:

What if a fruitmachine module instance isn't in the DOM yet, or alternatively if child instances aren't in the DOM but the parent is.

Wouldn't this make things more complex?

— Reply to this email directly or view it on GitHub https://github.com/ftlabs/fruitmachine/issues/82#issuecomment-52490748.