This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Description
Enhancement
Some VDOM properties cannot be calculated before DOM has been rendered because they depend on values generated as part of the render. We should support a method of supplying a function to be called immediately after these values can be read once a render is complete. The returned value of this function would be applied to the rendered node.