collegevine / purescript-elmish-hooks

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

Make withHooks wrap the hooks inside another component #9

Closed mcordova47 closed 2 years ago

mcordova47 commented 2 years ago

Changes withHooks to wrap its hooks in a top-level component, to avoid naming collisions. Also:

Here’s the component tree from the examples:

image

TODO: