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

Update docs #40

Closed rjmk closed 7 years ago

rjmk commented 7 years ago

I noticed that the docs don't always reflect the latest APIs. I started updating the reconciliation section to use the new View API, but then I realised that the section on strict data is not actually accurate any more. At least I believe so, am I correct?

I also added some overall documentation from the old ReactViews API to the Views API

fisx commented 7 years ago

Great you're working on this! I started #24 a while back, but haven't finished it yet, so this is very much appreciated. I'm a bit tied up this week, but I'll look into it soon.

thanks~

rjmk commented 7 years ago

Don't know how I missed #24 -- that's definitely got better docs for the performance section

fisx commented 7 years ago

Obsoleted by #43. (I used your changes there, thanks!)

rjmk commented 7 years ago

Awesome, thanks 👍