Carere
Explore posts from serversTrying 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
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/[email protected]?target=esnext is not typed correctly, but the Router is. It's maybe a problem with the bundling of solid-router ?15 replies
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
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
For those looking for more info about this subject, I ended up using this methodology:
https://github.com/neolace-dev/neolace
It's a great example how to have a monorepo-like experience with Deno.
For the Front-End, you have to stick to Node, but since you're using ViteJs, it's not really a problem.
You get the best of both world. Great DX overall, ViteJs for the front end, and deno for server & CLI 😄
Don't hesitate if you have some questions 🙂
19 replies
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