petterik / lajter

MIT License
3 stars 0 forks source link

Render non-root component #29

Closed petterik closed 6 years ago

petterik commented 6 years ago

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