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

Move example into todo directory #53

Closed tysonzero closed 7 years ago

tysonzero commented 7 years ago

I moved the example into a todo directory, that way we can add a bunch of other examples alongside it, such as the redux/lens example I have created locally and would like to publish. We could also perhaps add the purecss side menu example back in, particularly since the docs for it are actually still in the todo example's README.

fisx commented 7 years ago

thanks! and sorry for taking so long..