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.
Detailed documentation can be found here:
https://remix-development-tools.fly.dev/
- Install the package via npm:
npm install remix-development-tools -D
import { remixDevTools } from "remix-development-tools";
// Add it to your plugins array in vite.config.js
export default defineConfig({
plugins: [remixDevTools(), remix(), tsconfigPaths()],
});
That's it, you're done!
If you like Remix Development Tools consider starring the repository. If you have any questions, comments, or suggestions, please feel free to reach out!
Remix Development Tools is open-source software released under the MIT License.
Remix Development Tools was inspired by the Remix framework 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!
Thanks to all the contributors on this project and the support to the community. You guys are awesome!
Devoted to my loving wife.
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.