1.0.9 • Published 7 years ago

envision-jsx v1.0.9

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

npm.io npm.io

npm.io

ENVISION

A developer tool for visualizing a React application's component hierarchy.

Usage

Install globally for usage anywhere on your system.

$ npm install -g envision-jsx

Once installed, cd into the directory that contains your source file, and pass in the path to the root component you want to begin with (Typically where your ReactDOM.render call is). Envision will generate a tree diagram visualizing your application's React JSX component hierarchy.

$ envision <root-file>

Prerequisites

For now... envision will only understand your unbundled source code and assumes you are using JSX.

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago