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

Render props

Compare
Choose a tag to compare
@istarkov istarkov released this 20 May 18:50
· 31 commits to master since this release

This release adds a missing piece between Higher Order Components and Render props

  • Meet withRenderProps props utility, it allows you to transform any HOC into RenderProps component
    see PR #663
    see docs
    see source
    see example

  • compose now shorter #643

The hero of this release is @pomber !!!