routify.dev
routify.dev copied to clipboard
How to use component based manual route instead of file system
Hello Devs, Is there any way to opt out from file system route and implement component based? ...or any other way to keep it dynamic as example,
ExistFileSystem : {
route : "/one",
component : One, // auto generated based on file system
}
ExpectedSystem : {
route : "/one",
component : Two, // adding this component manually
}
That should be doable. Especially for Routify 3. Which version are you using?