chiefcll
chiefcll
SSolidJS
Created by chiefcll on 8/13/2024 in #support
Solid Router - Lazy import section of site in one bundle / lazy add routes
Where FTI would have additional sub routes and pages.... <Route path={'/language-select'} component={SelectLanguagePage} /> <Route path={'/select-setup'} component={SelectSetupPage} />
5 replies
SSolidJS
Created by chiefcll on 9/5/2023 in #support
Solid Router with useParams, createResource and two params
Thanks - that does work and is a bit cleaner
4 replies
SSolidJS
Created by chiefcll on 9/5/2023 in #support
Solid Router with useParams, createResource and two params
I'll try using spread, but I thought that would be like destructing it and might not cause a read.
4 replies