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

Add lambda example #58

Closed aische closed 7 years ago

aische commented 7 years ago

Here's the lambda interpreter example.

fisx commented 7 years ago

Cool! (-:

fisx commented 7 years ago

Thanks!

fisx commented 7 years ago

(My comment about /scripts/build.sh was stupid: you didn't need that because you used the pattern that also worked in the todo example. Sorry for the confusion, I fixed it locally.)

aische commented 7 years ago

Great! Thanks for merging!