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

Make work with more recent React and GHC #88

Closed jyrimatti closed 5 years ago

fisx commented 5 years ago

I'm happy to merge if you get travis green.

fisx commented 5 years ago

I've also updated the README to reflect the project status.

If you like, this repository (or the upstream) is for grabs via a fork to a more alive place. :-)

Having said all this, hope you like our code, and thanks for your contribution!

jyrimatti commented 5 years ago

Ah, I was using Nix and totally forgot that Stack still doesn't support GHCJS>8, so this will never work...