Skip to content

Commit 8aed614

Browse files
authored
making a draft for the readme
1 parent 9658593 commit 8aed614

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,24 @@ React-Lucid is a React / GraphQL DevTool designed for helping developers debug t
3737
5. Have fun!
3838

3939
### 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
4047

4148
### 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
56+
57+
## Panel GIF showing how the tree opens and
4258

4359
## Contributing
4460

0 commit comments

Comments
 (0)