Closed petterik closed 6 years ago
Update props and re-render (via .forceUpdate) a component that's not the root component.
.forceUpdate
Also, we should re-render the components with the lowest depth first, such that we don't over render. See: https://github.com/omcljs/om/blob/master/src/main/om/next.cljc#L2777
Update props and re-render (via
.forceUpdate
) a component that's not the root component.Also, we should re-render the components with the lowest depth first, such that we don't over render. See: https://github.com/omcljs/om/blob/master/src/main/om/next.cljc#L2777