react-performance-advisor 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +7 -4
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -14,10 +14,13 @@ React Performance Advisor acts as an "X-ray machine" for your React applications
|
|
|
14
14
|
|
|
15
15
|
## 📦 Installation
|
|
16
16
|
|
|
17
|
-
bash
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
```bash
|
|
18
|
+
npm install react-performance-advisor
|
|
19
|
+
```
|
|
20
|
+
## 🎮 Live Demo
|
|
21
|
+
|
|
22
|
+
Try the live interactive demo right in your browser:
|
|
23
|
+
[](https://codesandbox.io/p/sandbox/gallant-stonebraker-6q98z5)
|
|
21
24
|
|
|
22
25
|
## 🛠️ Quick Start
|
|
23
26
|
|