This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
Return of lifecycle()
lifecycle()
has returned. It now has essentially the same API as React.createClass()
, except you don't specify a render method, and it returns a higher-order component rather than a component. See API docs here: https://github.com/acdlite/recompose/blob/master/docs/API.md#lifecycle
Loose mode has also been enabled when compiling the library for npm. This fixes some issues with older versions of IE.