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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,24 @@ React-Lucid is a React / GraphQL DevTool designed for helping developers debug t
37
37
5. Have fun!
38
38
39
39
### GraphQL View
40
+
In the graphql panel of our devtool you'll be able to see all the previous request that you have made after you have open our devtool. If you want to see the request that are made when your page is loaded make sure you reload your page after you have open our devtool.
41
+
42
+
## Show GIF display the req and response and how the JSON viewer works
43
+
44
+
You will have access to a request log on the left where you will all the previous request you've made, you can click on this logs to view previous responses. At the bottom of the panel you'll also have access to your app's schema.
45
+
46
+
## Panel GIF showing previous request
40
47
41
48
### Component Tree View
49
+
In our component tree panel you will see a tree hierarchy of your application with options to filter out a few components fromm your tree.
50
+
51
+
## GIF showing the how to fliter tree
52
+
53
+
on the left of the panel you will see a box the shows the state and props of any component you hover over the tree and also what is different in your state when you make a setState.
54
+
55
+
## GIF showing how the hover works and showing the diff panel
0 commit comments