Skip to content

Commit

Permalink
rewrote the understanding codebase section
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 committed Dec 26, 2017
1 parent 2163730 commit 84c7e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -6,10 +6,10 @@ I'm excited to have you helping out. Thank you so much for your time 😄

### Understanding the codebase

The source code for the table and results lives in [`src`](./src) folder. There are two sub folders inside `src`, [`components`](./src/components) and [`utils`](./src/utils). The `components` folder contains the devtool UI components
and `utils` contains the code which is responsible for parsing the React performance data and generating an output which is easier to work with.
The source code for the table and results lives in [`src`](./src) folder.
There are three folders inside `src`, [extension](./src/extension), [npm](./src/npm), and [shared](./src/shared). The `extension` folder contains the devtool UI components, `npm` folder contains the code for registering the observer and `shared` contains the code that which is shared by both `extension` and `npm`, and is responsible for parsing the React performance data and generating an output which is easier to work with.

[`extension`](./extension) folder contains the dependencies used by `react-perf-devtool` and a [`load.js`](./extension/load.js) script to load the devtool.
In the root directory, [`extension`](./extension) folder contains the dependencies used by `react-perf-devtool` and a [`load.js`](./extension/load.js) script to load the devtool.

### Setting up the development environment

Expand Down

0 comments on commit 84c7e27

Please sign in to comment.