Skip to content

Commit 84c7e27

Browse files
committed
rewrote the understanding codebase section
1 parent 2163730 commit 84c7e27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ I'm excited to have you helping out. Thank you so much for your time 😄
66

77
### Understanding the codebase
88

9-
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
10-
and `utils` contains the code which is responsible for parsing the React performance data and generating an output which is easier to work with.
9+
The source code for the table and results lives in [`src`](./src) folder.
10+
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.
1111

12-
[`extension`](./extension) folder contains the dependencies used by `react-perf-devtool` and a [`load.js`](./extension/load.js) script to load the devtool.
12+
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.
1313

1414
### Setting up the development environment
1515

0 commit comments

Comments
 (0)