You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
31
31
**IMPORTANT:** Lucid is in *BETA* mode and works best for React v16+ local projects in development environments.
32
32
33
33
## How to Use
34
-
### GraphQL View
34
+
### GraphQL Tab
35
35
* In the GraphQL panel, a chronological log of API __requests__ is shown on the left.
36
36
* A GraphQL __schema__ of all available types, queries, and mutations is also automatically fetched from the GraphQL server when Lucid is initialized and displayed on the bottom.
37
37
* Click each request log to see its associated HTTP __response__.
@@ -40,7 +40,7 @@ Lucid intercepts HTTP requests using Chrome Devtool APIs to display a log of rea
40
40
41
41

42
42
43
-
### React (Component Tree) View
43
+
### React Tab
44
44
* In the React panel is a tree graph representing your application's __component hierarchy__.
45
45
* Hovering over any React Component in the tree displays the __state and props data__ of that component in the top left.
46
46
* The __State Diff__ Log tracks changes in state whenever setState() is triggered.
0 commit comments