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

Production only optimisations

Compare
Choose a tag to compare
@istarkov istarkov released this 16 Aug 21:37
· 91 commits to master since this release

This release contains:

  1. #479 withStateHandlers fix which allows to use it with SyntheticEvents
  2. #473 Use eager factory optimization only in production env. (Possibly breaking change for development env, does not affects production builds)
  3. #463 Simpler classful component check - this change possibly will allow to use recompose with Preact and Inferno.
  4. #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!