Skip to content

Commit

Permalink
Removed remix forge completely, removed all remix references, renamed…
Browse files Browse the repository at this point in the history
… package to react-router-devtools
  • Loading branch information
AlemTuzlak committed Oct 22, 2024
1 parent b63cafe commit 501bc08
Show file tree
Hide file tree
Showing 170 changed files with 22,729 additions and 18,409 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<p align="center">
<img src="./assets/remix-dev-tools.png" style="display: block; margin: 0 auto;" align="middle" height="240" alt="Remix Development Tools" />
<img src="./assets/react-router-dev-tools.png" style="display: block; margin: 0 auto;" align="middle" height="240" alt="Remix Development Tools" />
</p>

# Remix Development Tools

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

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
also track down hydration issues with the **Errors** tab and view your routes in a tree/list view with the **Routes** tab.

# Documentation
# Documentation

Detailed documentation can be found here:

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

```bash
npm install remix-development-tools -D
npm install react-router-devtools -D
```

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

// Add it to your plugins array in vite.config.js
export default defineConfig({
plugins: [remixDevTools(), remix(), tsconfigPaths()],
plugins: [reactRouterDevTools(), reactRouter(), tsconfigPaths()],
});
```

That's it, you're done!
That's it, you're done!


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

## Acknowledgments

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

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!
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!

## Thanks

Expand Down
44 changes: 0 additions & 44 deletions docs/posts/4.0.0/_index.mdx

This file was deleted.

162 changes: 0 additions & 162 deletions docs/posts/4.0.0/configuration/client.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/posts/4.0.0/configuration/index.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs/posts/4.0.0/configuration/server.mdx

This file was deleted.

Loading

0 comments on commit 501bc08

Please sign in to comment.