Skip to content

v0.4 to v0.5 Migration Guide

Jenna Salau edited this page Aug 19, 2017 · 6 revisions

To upgrade to v0.5.0 is relatively simple. All your changes only need to be made in the Bootstrapper class.

1 Change your React.Container for a ReactHabitat.ContainerBuilder.

2 Change your registrations to use the container builder with register and as.

3 Now make sure you .build() the container builder before you set it.

Clone this wiki locally