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

View transformer #59

Closed divipp closed 7 years ago

divipp commented 7 years ago

I wanted to add effects to views, but the idea was abandoned when I realized the the only effect which can be added is the reader monad. On the same branch I did a small refactoring which introduced VarArg. Unfortunately it depends on the lens library, which is not necessary. I create a pull request anyway.

divipp commented 7 years ago

Closed because of the lens dependency.