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

Use cached children counts

Compare
Choose a tag to compare
@garetht garetht released this 22 Apr 15:43
· 97 commits to master since this release

This update improves performance slightly by using a cached version of the number of children rather than using React.children to count the number of children each time.