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 :)
Hello, all 😄 I'm trying to run SolidJS with Deno & ViteJS, thus I'm using a new plugin made by community to help ViteJS reolsve deno module (vite-deno-plugin). I have several problem with this repo, I don't have Solid-Refresh, The router does not work 😅 and when I build (vite build), Rollup stop because he cannot found memo inside solid-js package. If anyone has enough knowledge with build and ESM module, I'll be happy to receive some help in order to make it work 😄 Here is the repo: https://github.com/carere/solid-router-deno-vitejs-tailwind
15 replies
SSolidJS
Created by Carere on 8/7/2023 in #support
`<script>` tag are loaded at the bottom of body, I need to load them on the `<head>` tag...
Hello all 🙂 I need to use the Font Awesome kit which is available by inserting it into the head tag of the document (<script src="https://kit.fontawesome.com/xxxxxxx.js" crossorigin="anonymous" />) I can see that SolidStart put all the scripts at the end of the body. Is it possible to load some script in the head specifically ?
5 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 ?
PS: I use SolidJs only for SPA, so only client-side ? Is it possible to use SolidStart only for client Side ? My goal is to benefit from the organization of SolidStart, i'm used to SolidJs router on client side, but I think it's a little bit messy, so that's why I would like to try SolidStart for Client SIde only rendering (SPA)
15 replies
SSolidJS
Created by Carere on 3/5/2023 in #support
Anyone has tested Tauri App with Solid Start ?
Hello all, I would like to know if anyone has already created a project with solid start and Tauri. If not with tauri, did you tried Client Side Rendering with Sold-Start ? I don't see so much doc on this subject. Thx all 🙂
2 replies
SSolidJS
Created by Carere on 12/22/2022 in #support
Is this possible to render a component as string in browser context ?
Hello, I saw in the discord that its impossible to use renderToString in the borwser. Is there another way to render to a string a SolidJS component ? Instead of using pure template string ?
7 replies