0.1.0-beta.1 • Published 9 years ago

react-children-utils v0.1.0-beta.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

react-children-utils npm package

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