Skip to content

`preRender` hook

Choose a tag to compare

@afenton90 afenton90 released this 23 Nov 12:04
· 7 commits to master since this release

Changes

This release includes a new callback. To be used before the whole application is rendered.
One example of this is to resolve data dependencies in the React tree.
An usage example will be added in a further release.

Contributions

Thanks very much @SathishGovindaraju for your work on this, much appreciated 🎉