Alexis Graff
Alexis Graff
Explore posts from servers
SSolidJS
Created by Alexis Graff on 10/4/2023 in #support
Sitemap xml
Hello, i have a question, does solid js and solid start provides a way to have dinamic sitemap xml? thank you very much
2 replies
SSolidJS
Created by Alexis Graff on 9/26/2023 in #support
Kobalte Paginator
No description
1 replies
SSolidJS
Created by Alexis Graff on 8/20/2023 in #support
<Show when={}> typescript error question.
No description
8 replies
SSolidJS
Created by Alexis Graff on 8/16/2023 in #support
Dynamic parameter on routes
Hello! I have a question. Does anyone know how to manage this behavior with routes with solid start? I'm looking to incorporate a dynamic parameter at the beginning of the URL, like this: http://localhost:3000/{{dynamicParam}}/etc Although this dynamic parameter doesn't serve any specific purpose, but it's essential for it to be included in the URL. Would anyone happen to know how I can achieve this? The [slug] is dinamyc or can be modified ? For example i have this [locale] --index.tsx --otherroute.tsx Sometimes i want the route to be [en] --index.tsx --otherroute.tsx Other times i want [es] --index.tsx --otherroute.tsx and SOMETIMES i dont want to have that param at all --index.tsx --otherroute.tsx is that behaviour possible? Remember this parameter wont change functionallity, it will always display the same components
4 replies