render-jsx
render-jsx copied to clipboard
Handle life-cycle hooks that are added late
- If a hook is added to an element after the element is bound,
bind()
should be invoked instantaneously. - If a hook is added to an element after the element is cleared,
clear()
should be invoked instantaneously.