Starwort
Starwort
SSolidJS
Created by Starwort on 5/25/2024 in #support
Is there a good way to force Solid to fully rerender a component when its props change?
I need to do some procedural computation on my props (I'm trying to draw grid lines based on a size and transformation), so I pretty much need a full rerender whenever the props change - is there a good way to do that?
3 replies
SSolidJS
Created by Starwort on 3/29/2024 in #support
Solid-CLI won't create any project
No description
47 replies
SSolidJS
Created by Starwort on 2/14/2024 in #support
Can't find variable: theme
No description
11 replies
SSolidJS
Created by Starwort on 12/24/2023 in #support
`Request is not defined` when loading a page with the solid start (basic) dev server
I created a solid-start template with bun create solid, settings (basic, no SSR, yes TypeScript), but when I run the dev server and load the page, I get an error: [h3] [unhandled] ReferenceError: Request is not defined
2 replies
SSolidJS
Created by Starwort on 12/24/2023 in #support
SSG with `bun create solid`?
When creating with bun create solid, do I have to say yes to SSR if I want SSG? I've picked the template basic, and am unsure what to answer for the question 'Server Side Rendering?' as the quickstart guide doesn't mention SSG at all
3 replies
SSolidJS
Created by Starwort on 5/20/2023 in #support
Cannot find package 'solid-start-node' imported from 'solid-start/bin.cjs'
I created a new project with npm init solid@latest, with the options [with-websocket], [ssr], [typescript] - after npm i and npm i --include=dev, npm run dev throws the error from the title (ERR_MODULE_NOT_FOUND)
2 replies