purescript-react / purescript-react-basic-hooks

An implementation of React hooks on top of purescript-react-basic
https://pursuit.purescript.org/packages/purescript-react-basic-hooks/
Apache License 2.0
198 stars 31 forks source link

Correct useLayoutEffect documentation #44

Closed pete-murphy closed 3 years ago

pete-murphy commented 3 years ago

I think the documentation for useLayoutEffect was copied from useEffectAlways without modification. I've replaced with a summary of the reactjs.org documentation for useLayoutEffect.