Closed dpikt closed 7 years ago
This is a Higher Order Component (HOC) that provides the ability to do something during the onComponentDidMount
lifecycle event of a wrapped component. We do this to keep as much of our application code as stateless, functional components as possible.
See the tests for onLoad
for examples.
Word! I'll check out onLoad
and get on this.
Resolved in #22
Old docs can be found in legacy-docs.md. Remember to delete the relevant section once it's been added to the auto-generated docs.