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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The **Active Page** tab in Remix Development Tools allows you to gain insights i
17
17
-**URL Parameters**: Easily view and analyze the URL parameters associated with the current page.
18
18
-**Server Responses**: Inspect and review the server responses received by the application for the current page.
19
19
-**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.
20
21
21
22
### Routes Tab
22
23
@@ -86,16 +87,20 @@ The `RemixDevTools` component accepts the following props:
86
87
87
88
-`port`: The port number to use for the Remix Development Tools connection to Remix Forge. If you want to change the port and connect to your Remix Forge VS code extension you need to change the port in VS Code too. Defaults to `3003`.
88
89
-`defaultOpen`: Whether to open the Remix Development Tools by default. Defaults to `false`.
90
+
-`position`: The position of the Remix Development Tools trigger. Defaults to `bottom-right`.
91
+
-`requireUrlFlag`: Requires rdt=true to be present in the URL search to open the Remix Development Tools. Defaults to `false`.
92
+
-`showRouteBoundaries`: Allows you to see each Outlet and route boundaries by coloring the background. Defaults to `false`.
89
93
90
94
## Contributing
91
95
92
96
Contributions to Remix Development Tools are welcome! To contribute, please follow these guidelines:
93
97
94
98
1. Fork the repository and clone it locally.
95
99
2. Create a new branch for your feature or bug fix.
96
-
3. Run `npm install` to get your development environment set up.
100
+
3. Run `npm run setup` to get your development environment set up.
97
101
4. Run `npm run dev` to start the development server.
98
102
5. Implement your changes, adhering to the existing code style and best practices.
103
+
5. Please add tests for any new features or bug fixes.
99
104
6. Commit and push your changes to your forked repository.
100
105
7. Open a pull request, providing a clear description of your changes and their purpose.
101
106
@@ -114,3 +119,5 @@ Remix Development Tools was inspired by the Remix framework and aims to enhance
114
119
---
115
120
116
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!
0 commit comments