react-array-to-tree
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-array-to-tree", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Make a nested tree of React components out of a flat array", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# react-array-to-tree | ||
Make a nested tree of React components out of a flat array | ||
## Installation | ||
`npm i react-array-to-tree` or `yarn add react-array-to-tree` | ||
## Usage | ||
If you have a React application with multiple contexts you might end up with | ||
@@ -5,0 +11,0 @@ a deep nested tree of context providers, something like this: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5285
57