Metru
Metru
Explore posts from servers
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
You can easily use both together.
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
Daisy comes with style defaults
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
Kobalte is unstyled by default.
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
Daisy requires you to use tailwind though. Kobalte does not, but plays very well with tailwind.
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
kobalte is similar to Radix in that it gives you fine grain control
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
You're very welcome. Lemme know if you run into any other hiccups and I'll see if I can help
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
You can use the new "@solidjs/router", you just can't use the FileRouter since thats imported from "@solidjs/start"
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
FileRouting is a solidstart feature
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
This is how you make a Solid app. Thats just client.
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
No description
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
Because your file structure doesn't look like a solid-start project
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
How did you initialize the project?
37 replies
SSolidJS
Created by Metru on 12/24/2023 in #support
Struggling to get FileRoutes working
Can you share your code?
37 replies
SSolidJS
Created by ChrisThornham on 1/2/2024 in #support
“use server”; Is Breaking Everything In My App
I'll have to check again, seems I missed that part. BTW, didn't see any issues on gh about docs but still wondering if help is needed in that department.
38 replies
SSolidJS
Created by ChrisThornham on 1/2/2024 in #support
“use server”; Is Breaking Everything In My App
Funny enough I'm migrating it to supabase, so we'll probably have a very similar tech stack by tomorrow.
38 replies
SSolidJS
Created by ChrisThornham on 1/2/2024 in #support
“use server”; Is Breaking Everything In My App
To your question earlier, in my app, I'm doing SSR but once the page is loaded, its all CSR, minus the occasional form action.
38 replies
SSolidJS
Created by ChrisThornham on 1/2/2024 in #support
“use server”; Is Breaking Everything In My App
I'm pretty much doing the same thing
38 replies
SSolidJS
Created by ChrisThornham on 1/2/2024 in #support
“use server”; Is Breaking Everything In My App
e.g.
const useFunctionOne = useAction(functionOne)
//...
<button onClick={useFunctionOne}>...
const useFunctionOne = useAction(functionOne)
//...
<button onClick={useFunctionOne}>...
38 replies