status-im / pluto

https://status-im.github.io/pluto/
12 stars 3 forks source link

View can provide lifecycle hooks #100

Closed jeluard closed 5 years ago

jeluard commented 5 years ago
views/view
(let []
  {:component-did-mount [event]
   :component-will-unmount [another-event]}
  [view ])