collegevine / purescript-elmish-hooks

React hooks for Elmish
https://collegevine.github.io/purescript-elmish-hooks
MIT License
7 stars 1 forks source link

Add useRef hook #8

Closed mcordova47 closed 2 years ago

mcordova47 commented 2 years ago

Adds a new hook: useRef that returns a mutable reference that can be passed as a ref prop to a React component.

Jan-02-2022 20-44-41