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

`React.Flux.Views` is plural and `React.Flux.Store` is singular #22

Open tysonzero opened 7 years ago

tysonzero commented 7 years ago

Not a big deal, just seems to me like they should probably both be the same. Maybe singular since View is exported from React.Flux.Views.

fisx commented 7 years ago

i agree with all of this. singular should be the default.