Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemengke1997/vite-plugin-remix-flat-routes
Remix-flat-routes style file-system routing for React
https://github.com/hemengke1997/vite-plugin-remix-flat-routes
Last synced: about 1 month ago
JSON representation
Remix-flat-routes style file-system routing for React
- Host: GitHub
- URL: https://github.com/hemengke1997/vite-plugin-remix-flat-routes
- Owner: hemengke1997
- License: mit
- Created: 2024-08-05T06:05:29.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T03:32:19.000Z (about 1 month ago)
- Last Synced: 2024-12-09T09:49:31.376Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://hemengke1997.github.io/vite-plugin-remix-flat-routes/
- Size: 1.19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - vite-plugin-remix-flat-routes (⭐1) - Remix-flat-routes convention-based routing, compatible with react-router data-api routing. (Recently Updated / [Oct 01, 2024](/content/2024/10/01/README.md))
- awesome-vite - vite-plugin-remix-flat-routes - Remix-flat-routes convention-based routing, compatible with react-router data-api routing. (Plugins / React)
- fucking-awesome-vite - vite-plugin-remix-flat-routes - Remix-flat-routes convention-based routing, compatible with react-router data-api routing. (Plugins / React)
README
vite-plugin-remix-flat-routes
Remix-flat-routes style file-system routing for React
## Introduction
`vite-plugin-remix-flat-routes` is a Vite plugin that provides [remix-flat-routes](https://github.com/kiliman/remix-flat-routes) file-system routing for React applications.
## Features
- Remix-flat-routes style file-system routing out of the box
- Route Router Data-API support
- Route-level KeepAlive like Vue
- Type-safe and full typescript support
- Extensible, flexible and configurableRead the [documentation](https://hemengke1997.github.io/vite-plugin-remix-flat-routes/) to learn more.
## Inspiration
- [remix](https://remix.run)
- [react-router](https://reactrouter.com)
- [remix-flat-routes](https://github.com/kiliman/remix-flat-routes)
- [vite-plugin-remix-routes](https://github.com/vjee/vite-plugin-remix-routes)
- [vite-plugin-remix-router](https://github.com/mammadataei/vite-plugin-remix-router)## License
Distributed under the [MIT license](/LICENSE.md).