purescript-contrib / purescript-react

React Bindings for PureScript
MIT License
400 stars 65 forks source link

add transformStateWithCallback #150

Closed colin-lamed closed 6 years ago

colin-lamed commented 6 years ago

Similar to writeStateWithCallback, since mutated state is not immediately available after calling transformState.

ethul commented 6 years ago

Thanks for the PR. I appreciate the update. However, I believe that this may already be included in #149 with modifyStateWithCallback.

What do you think?

colin-lamed commented 6 years ago

Obsolete with changes in #149