#How can I import lots of pages without making my App.jsx a mess?
1 messages · Page 1 of 1 (latest)
And is there a way for me to create some sort of dynamic page? Aka https://domain.com/tasks/<ANYTHING_HERE>
vite's glob imports could be an option or solid-start's file system routing
also, don't forget that solid router supports config based routing useRoutes
ah interesting
vite's glob imports seem a bit confusing to integrate in my code
you can use dynamic routes and useParams https://start.solidjs.com/core-concepts/routing#dynamic-routes