Few.swift
Few.swift copied to clipboard
Add `didRealize` hook to Component
@joshaber Sometimes it would be nice to be able to customize a Component's behavior from outside, after the render. For example I want to set some scroll view insets after a component is realized, and subclassing component seems like a bit much. What do you think?
Yeah probably. React has a similar hook.