Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Return of lifecycle()

Compare
Choose a tag to compare
@acdlite acdlite released this 16 May 23:38
· 269 commits to master since this release

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.