zrho / purescript-optic-ui

PureScript UI framework based on lenses.
122 stars 10 forks source link

Interacting with 3rd party plugins - component lifecycle methods? #7

Closed BartAdv closed 9 years ago

BartAdv commented 9 years ago

Hello,

Would it be possible to have some set of helpers (something like React' component lifecycle hooks) for working with third party plugins? Say I've got some super-duper grid which I just want to render and interact with (push the data into). What would be needed is:

BartAdv commented 9 years ago

Though, in order to keep things nice and minimalistic, I'm gonna check if such integration is feasible without any changes to core...

BartAdv commented 9 years ago

I see there are some big things going on at the moment, closing