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

TODO example can go into an unusable state #45

Closed divipp closed 7 years ago

divipp commented 7 years ago

Steps to reproduce (both in Chromium and Firefox):

  1. Mark all items completed
  2. Clear completed
  3. Try to add new items (impossible)
fisx commented 7 years ago

fixed in #48