react-children-utils
v0.1.0-beta.1
Published
Utility functions for querying and manipulating React component children
Downloads
6
Readme
react-children-utils
Utility functions for querying and manipulating React component children
install
npm install react-children-utils
usage
import {
reactChildrenForEachDeep,
reactChildrenFilter,
reactChildrenReduce,
getChildrenSubstr,
getChildrenLength
} from 'react-children-utils'
// see index.js for JSDocs
testing
Tests are written with Jest.
npm test