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
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,14 @@ Remix Development Tools is an open-source package designed to enhance your devel
12
12
13
13
### Active Page Tab
14
14
15
-
The **Active Page** tab in Remix Development Tools allows you to gain insights into the current page you are working on. It provides valuable information and data that can assist you in debugging and understanding the behavior of your application. Key features include:
15
+
The **Active Page** tab in Remix Development Tools allows you to gain insights into the current page you are working on. It provides valuable information and data that can assist you in debugging and understanding the behavior of your application.
16
+
17
+
Key features include:
16
18
17
19
-**URL Parameters**: Easily view and analyze the URL parameters associated with the current page.
18
20
-**Server Responses**: Inspect and review the server responses received by the application for the current page.
19
21
-**Loader Data**: Monitor and track the loader data used by the application during page rendering.
20
-
-**Outlet boundaries** Activate the **Show Route Boundaries** option to see each Outlet and route boundaries by coloring the background.
22
+
-**Outlet boundaries** Activate the **Show Route Boundaries** option to see each Outlet and route boundaries by coloring the background. This needs to make a GET request to the current route when the dev tools are mounted for the first time to work properly and hence it is locked behind a flag. You can enable it by passing `showRouteBoundaries` prop to `true` in the `RemixDevTools` component.
21
23
22
24
### Routes Tab
23
25
@@ -104,6 +106,18 @@ Contributions to Remix Development Tools are welcome! To contribute, please foll
104
106
6. Commit and push your changes to your forked repository.
105
107
7. Open a pull request, providing a clear description of your changes and their purpose.
106
108
109
+
### Contributing on Remix Forge integrations
110
+
111
+
If you want to contribute to the VS Code extension integration follow the steps above and then:
112
+
1. Clone the repo for Remix Forge locally.
113
+
2. Open it in VS Code.
114
+
3. Run `npm install`
115
+
4. Run `npm run dev`
116
+
5. Click `F5` which will launch a debugger instance of VS Code.
117
+
6. In the debugger instance of VS Code, start the remix dev tools
118
+
7. Click `Connect to Remix Forge` in the Remix Dev Tools
119
+
8. Code on!
120
+
107
121
## Support
108
122
109
123
If you like Remix Development Tools consider starring the repository. If you have any questions, comments, or suggestions, please feel free to reach out!
@@ -116,8 +130,14 @@ Remix Development Tools is open-source software released under the [MIT License]
116
130
117
131
Remix Development Tools was inspired by the Remix framework and aims to enhance the development experience for Remix users.
118
132
133
+
Feel free to explore Remix Development Tools, and we hope it significantly improves your Remix development process. If you encounter any issues or have suggestions for enhancements, please don't hesitate to open an issue on our GitHub repository. Happy Remixing!
134
+
135
+
## Thanks
136
+
137
+
Thanks to all the contributors on this project and the support to the community. You guys are awesome!
138
+
119
139
---
120
140
121
-
Feel free to explore Remix Development Tools, and we hope it significantly improves your Remix development process. If you encounter any issues or have suggestions for enhancements, please don't hesitate to open an issue on our GitHub repository. Happy Remixing!
141
+
Devoted to my loving wife.
122
142
123
-
143
+
In loving memory of my late Grandfather, who taught me to always be curious, never stop learning, and to always be kind to others. I miss you, Grandpa.
0 commit comments