Skip to content

Commit 501bc08

Browse files
committed
Removed remix forge completely, removed all remix references, renamed package to react-router-devtools
1 parent b63cafe commit 501bc08

File tree

170 files changed

+22729
-18409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+22729
-18409
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<p align="center">
2-
<img src="./assets/remix-dev-tools.png" style="display: block; margin: 0 auto;" align="middle" height="240" alt="Remix Development Tools" />
2+
<img src="./assets/react-router-dev-tools.png" style="display: block; margin: 0 auto;" align="middle" height="240" alt="Remix Development Tools" />
33
</p>
44

55
# Remix Development Tools
66

7-
![GitHub Repo stars](https://img.shields.io/github/stars/Code-Forge-Net/Remix-Dev-Tools?style=social)
8-
![npm](https://img.shields.io/npm/v/remix-development-tools?style=plastic)
9-
![GitHub](https://img.shields.io/github/license/Code-Forge-Net/Remix-Dev-Tools?style=plastic)
10-
![npm](https://img.shields.io/npm/dy/remix-development-tools?style=plastic)
11-
![npm](https://img.shields.io/npm/dw/remix-development-tools?style=plastic)
12-
![GitHub top language](https://img.shields.io/github/languages/top/Code-Forge-Net/Remix-Dev-Tools?style=plastic)
7+
![GitHub Repo stars](https://img.shields.io/github/stars/forge42dev/react-router-devtools?style=social)
8+
![npm](https://img.shields.io/npm/v/react-router-devtools?style=plastic)
9+
![GitHub](https://img.shields.io/github/license/forge42dev/react-router-devtools?style=plastic)
10+
![npm](https://img.shields.io/npm/dy/react-router-devtools?style=plastic)
11+
![npm](https://img.shields.io/npm/dw/react-router-devtools?style=plastic)
12+
![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/react-router-devtools?style=plastic)
1313

1414
Remix Development Tools is an open-source package designed to enhance your development workflow when working with Remix, a full-stack JavaScript framework for building web applications. This package provides a user-friendly interface consisting of three tabs, **Active Page**, **Terminal**, **Settings**, **Errors** and **Routes**, along with a side tab called **Timeline**. With Remix Development Tools, you can efficiently monitor and manage various aspects of your Remix projects, including page information, URL parameters, server responses, loader data, routes, and more. You can
1515
also track down hydration issues with the **Errors** tab and view your routes in a tree/list view with the **Routes** tab.
1616

17-
# Documentation
17+
# Documentation
1818

1919
Detailed documentation can be found here:
2020

@@ -26,19 +26,19 @@ https://remix-development-tools.fly.dev/
2626
1. Install the package via npm:
2727

2828
```bash
29-
npm install remix-development-tools -D
29+
npm install react-router-devtools -D
3030
```
3131

3232
```js
33-
import { remixDevTools } from "remix-development-tools";
33+
import { reactRouterDevTools } from "react-router-devtools";
3434

3535
// Add it to your plugins array in vite.config.js
3636
export default defineConfig({
37-
plugins: [remixDevTools(), remix(), tsconfigPaths()],
37+
plugins: [reactRouterDevTools(), reactRouter(), tsconfigPaths()],
3838
});
3939
```
4040

41-
That's it, you're done!
41+
That's it, you're done!
4242

4343

4444
## Support
@@ -51,9 +51,9 @@ Remix Development Tools is open-source software released under the [MIT License]
5151

5252
## Acknowledgments
5353

54-
Remix Development Tools was inspired by the Remix framework and aims to enhance the development experience for Remix users.
54+
React Router Devtools was inspired by the Remix framework / React Router v7 and aims to enhance the development experience for Remix users.
5555

56-
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!
56+
Feel free to explore React Router Devtools, 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!
5757

5858
## Thanks
5959

docs/posts/4.0.0/_index.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/posts/4.0.0/configuration/client.mdx

Lines changed: 0 additions & 162 deletions
This file was deleted.

docs/posts/4.0.0/configuration/index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/posts/4.0.0/configuration/server.mdx

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)