Explicit Routing (opt out of file based)
Hi, wondering what the options for routing in solid-start are?
I've seen around (for example https://start.solidjs.com/api/Outlet#rendering-the-matched-child-route-component-inside-a-layout-route-component) you can have a routes files, is this complimentary to file based routing, should they match somehow? Can routes be explicitly set (route=>component)?
For some context, say for example I have many files that each export a Record of string and component, then I would like to create a route for each member of this record from each file
Thanks
I've seen around (for example https://start.solidjs.com/api/Outlet#rendering-the-matched-child-route-component-inside-a-layout-route-component) you can have a routes files, is this complimentary to file based routing, should they match somehow? Can routes be explicitly set (route=>component)?
For some context, say for example I have many files that each export a Record of string and component, then I would like to create a route for each member of this record from each file
Thanks
SolidStart Beta Docuentation
Early release documentation and resources for SolidStart Beta

