MVCoconut / coconut.ui

Wow, such reactive view! Much awesome!
The Unlicense
89 stars 9 forks source link

Run some code before first call to render() #80

Closed joshtynjala closed 3 years ago

joshtynjala commented 3 years ago

When I try to add a constructor to my view, I get a compiler error "custom constructor not allowed". There is no other lifecycle method that runs before the first render.

joshtynjala commented 3 years ago

Thank you!