Famous / engine

MIT License
1.75k stars 250 forks source link

[feature request] Bring back all the syncs. #485

Closed trusktr closed 8 years ago

trusktr commented 8 years ago

From Famous 0.3. Pleeeeeease.

michaelobriena commented 8 years ago

GestureHandler.

trusktr commented 8 years ago

@michaelobriena Dragging off the edge in 0.3 works, but not in Engine.

trusktr commented 8 years ago

@michaelobriena How do pipe stuff like in 0.3?

trusktr commented 8 years ago

Piping and subscribing, and in general the highly uncoupled EventHandler, was so awesome in oh-three.

michaelobriena commented 8 years ago

I agree and really liked them myself. That said, our eventing scheme was hands down the most complained about feature. We have taken a look at an alternative and will reevaluate if we think it would add value to the platform.

trusktr commented 8 years ago

@michaelobriena For sure. IMHO, Famous 0.3 was my favorite eventing mechanism of all eventing mechanisms that I've tried in the web. It'd be great to have that and be able to apply it to normal DOM elements of normal HTML apps. Maybe it can be a standalone library separate from Engine, but under Famous namespace? Engine can be purely for rendering.