generouted icon indicating copy to clipboard operation
generouted copied to clipboard

Generated file-based routes for Vite

Results 23 generouted issues
Sort by recently updated
recently updated
newest added

Any thoughts on implementing something like this? https://github.com/expo/router/pull/89

Support [solid-router](https://github.com/solidjs/solid-router): - Same `generouted` routing conventions w/ nested layouts - Code splitting - Maybe route-based data functions (loader)

Support [`react-router-dom`](https://reactrouter.com/en/main): - Same `generouted` routing conventions w/ nested layouts - Route-based loader - Route-based action

One of my gripes with file based routes is you usually cannot co-locate components that belong to a page in the same folder. Is this possible with this package? Something...

Hey, loving this library and we recently migrated our application over to using it (from explicit react-router paths defined in-code). One thing I've found missing in the generated types though...

Sorry, discussion is not enabled in this repos so I opened an issue. # Context I shadcn-ui for my app and I style my links the way it is explained...

### Describe the Bug Files within `src/pages` not matching the "routes" or "modals" globs are included in the resulting bundle (`/dist`). ### Generouted Version @generouted/react-router 1.16.0 ### Your Example Website...

### Describe the Bug Everything is working fine with generouted. However when I try to run jest tests that import a file that imports generouted client hooks I get the...

Is there a way to make url generation for path parameters such as `/blog/:postId` accept only numbers (provided that `postId` should be a number) via typescript? Writing this kind of...

### Describe the Bug Create an app and update it's vite.config.ts to set a base path to something other than '/' i.e '/Test/' All routes generated ignore the base path....