Starwort
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
`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
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 all3 replies