react-performance-advisor 1.0.5 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-performance-advisor",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
package/readme.md CHANGED
@@ -17,7 +17,10 @@ React Performance Advisor acts as an "X-ray machine" for your React applications
17
17
  ```bash
18
18
  npm install react-performance-advisor
19
19
  ```
20
-
20
+ ## 🎮 Live Demo
21
+
22
+ Try the live interactive demo right in your browser:
23
+ [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/gallant-stonebraker-6q98z5)
21
24
 
22
25
  ## 🛠️ Quick Start
23
26