liqula / react-hs

A GHCJS binding to React based on the Flux design. The flux design pushes state and complicated logic out of the view, allowing the rendering functions and event handlers to be pure Haskell functions.
32 stars 10 forks source link

Can we do better than UnoverlappingEq? #34

Closed fisx closed 7 years ago

fisx commented 7 years ago

UnoverlappingEq works, but it's not very nice. Perhaps we can change the code so Eq can be used instead?

divipp commented 7 years ago

I pushed branch no-UnoverlapAllEq which solves this issue. (I have found this issue after i have just pushed). Ready to merge to branch 2-concurrency-and-events.