mozilla / reflex

Functional reactive UI library
MIT License
366 stars 21 forks source link

operations are discrete events #29

Closed Raynos closed 8 years ago

Raynos commented 11 years ago

The central state is a massive signal.

Where as operations are actually discrete events

We need a way to model both signals and events instead of making events signals and passing them through the state.