@hakam-aldeen-kh/blix 0.3.3 → 0.4.0
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/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# @hakam-aldeen-kh/blix
|
|
2
|
+
[](https://www.npmjs.com/package/@hakam-aldeen-kh/blix)
|
|
2
3
|
|
|
3
4
|
An in-app dev-tools panel for React apps. Captures HTTP requests, Redux
|
|
4
5
|
actions, TanStack Query cache events and realtime traffic, and renders them in
|
|
@@ -7,6 +8,8 @@ a dockable panel with a waterfall, diffing, replay and HAR/cURL export.
|
|
|
7
8
|
The entire panel is eliminated from production builds — see
|
|
8
9
|
[Production elimination](#production-elimination).
|
|
9
10
|
|
|
11
|
+
Release notes are in [CHANGELOG.md](CHANGELOG.md).
|
|
12
|
+
|
|
10
13
|
---
|
|
11
14
|
|
|
12
15
|
## Install
|