Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@geowarin geowarin released this 10 Mar 22:16
· 25 commits to master since this release

Support higher order components

See #5.

You will need to explicitly list the higher order functions.
For instance, if you use redux:

electronHot.install({higherOrderFunctions: ['connect']});