This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
Production only optimisations
This release contains:
- #479 withStateHandlers fix which allows to use it with SyntheticEvents
- #473 Use eager factory optimization only in production env. (Possibly breaking change for development env, does not affects production builds)
- #463 Simpler classful component check - this change possibly will allow to use recompose with Preact and Inferno.
- #479 flow v0.53 typings support, having this flow release it would be easier to combine recompose and 3rd party hocs.
(This PR must be merged to use with flow-typed, until that please use typedefs from current repo defs)
Thank you @developit, @deepsweet and others for your help!