Carere
Carere
Explore posts from servers
SSolidJS
Created by Carere on 3/26/2024 in #support
Trying SolidJS + Deno + ViteJS + Solid-Router + TailwindCSS, would love some help :)
Because way more enjoyable than node 🙂
15 replies
SSolidJS
Created by Carere on 3/26/2024 in #support
Trying SolidJS + Deno + ViteJS + Solid-Router + TailwindCSS, would love some help :)
In the vite.config.mts file, it's a vite plugin
15 replies
SSolidJS
Created by Carere on 3/26/2024 in #support
Trying SolidJS + Deno + ViteJS + Solid-Router + TailwindCSS, would love some help :)
Also, I'm not using SolidStart for this project since it's a SPA, so it may help avoid all the fuzz about server stuff, and only focus on ViteJS + SolidJs + Solid-router on Deno
15 replies
SSolidJS
Created by Carere on 3/26/2024 in #support
Trying SolidJS + Deno + ViteJS + Solid-Router + TailwindCSS, would love some help :)
@Birk Skyum Thx to the author of vite-deno-plugin I updated my repo, and now I can build the app with vitejs. The only problem is that the router does not seems to work properly (if you go directly to a route through the search bar, it works, but when you click on a link it does not switch the content, it just update the browser history). Maybe you can see what's going wrong here ? Also, I saw that the Route components exported from https://esm.sh/@solidjs/router@0.13.1?target=esnext is not typed correctly, but the Router is. It's maybe a problem with the bundling of solid-router ?
15 replies
SSolidJS
Created by Carere on 3/26/2024 in #support
Trying SolidJS + Deno + ViteJS + Solid-Router + TailwindCSS, would love some help :)
Ok nice to know, guess we have to wait 😅
15 replies
SSolidJS
Created by Carere on 3/26/2024 in #support
Trying SolidJS + Deno + ViteJS + Solid-Router + TailwindCSS, would love some help :)
The problem occurs when trying to build with vite
15 replies
SSolidJS
Created by Carere on 3/26/2024 in #support
Trying SolidJS + Deno + ViteJS + Solid-Router + TailwindCSS, would love some help :)
@Birk Skyum Do you mind trying my repository ? I don't use SolidStart and it works in dev mode with the vue-deno-plugin. You may found something useful that I cannot see due to my lacking knowledge of all the bundle fuzz 😅
15 replies
SSolidJS
Created by AesthetiCoder on 12/15/2023 in #support
Is solids SEO friendly ?
I think it's dangerous to advise going the SPA route when considering SEO
10 replies
SSolidJS
Created by AesthetiCoder on 12/15/2023 in #support
Is solids SEO friendly ?
Well I don't know lot of people betting good SEO with SPA 😅
10 replies
SSolidJS
Created by AesthetiCoder on 12/15/2023 in #support
Is solids SEO friendly ?
You have SolidStart build by the team behind SolidJS
10 replies
SSolidJS
Created by Vexcited on 12/14/2023 in #support
Is there a better way to make authenticated routes ?
In order to "protect" some routes, I usually render a Layout with <Outlet /> in it. And inside my Layout component, I have all the logic to guard against unauthenticated access 😉
3 replies
SSolidJS
Created by AesthetiCoder on 12/15/2023 in #support
Is solids SEO friendly ?
I did some websites with SolidStart, you can look at the docs it's pretty easy to understand compared to other solutions from other UI framework
10 replies
SSolidJS
Created by AesthetiCoder on 12/15/2023 in #support
Is solids SEO friendly ?
If you need SEO you have to Server Render the pages. That's why NextJs, remix, sveltekit, nuxt and SolidStart was created 😉
10 replies
SSolidJS
Created by o gabriel on 8/7/2023 in #support
Solid context doesnt work
Haha no PB 😅, you're welcome 😁
6 replies
SSolidJS
Created by o gabriel on 8/7/2023 in #support
Solid context doesnt work
Should the extension be tsx ?
6 replies
SSolidJS
Created by Carere on 8/6/2023 in #support
How to use SolidStart on existing SolidJs project in order to benefit of File Based Routing ?
Oh and if you have any idea why I can't use script in the head tag, I'll be very happy to get an answer 😅 https://discord.com/channels/722131463138705510/1137902556912296056
15 replies
SSolidJS
Created by Carere on 8/6/2023 in #support
How to use SolidStart on existing SolidJs project in order to benefit of File Based Routing ?
@mdynnl I got Solid Start working with the node adapter and SSR to false, I don't need any entry-* file indeed, and it works great 🙂 thx for your help 😉
15 replies
SSolidJS
Created by Carere on 8/6/2023 in #support
How to use SolidStart on existing SolidJs project in order to benefit of File Based Routing ?
yes, I'm testing, and I'll provide you some feedback 😉
15 replies
SSolidJS
Created by Carere on 8/6/2023 in #support
How to use SolidStart on existing SolidJs project in order to benefit of File Based Routing ?
oh ok, so i still need entry-server.tsx
15 replies
SSolidJS
Created by Carere on 8/6/2023 in #support
How to use SolidStart on existing SolidJs project in order to benefit of File Based Routing ?
And do I need the entry-server.tsx file since I do not use SSR ? Can I delete it ??
15 replies