support

3463 threads · Page 26 of 70

Is it ok to use a global store to persist component state between mounts? 19 messages
Beginner Solid API
Solid Start (experiments) nested layout 2 messages
SolidStart Solid API
Kobalte 13.x update issue 2 messages
Possible Bug Libraries
Tagged Template Literals - Why is unwrapped props value reactive? 36 messages
Beginner Reactivity
API route in Route Group not picked up? 8 messages
SolidStart
computations created outside a `createRoot` or `render` will never be disposed 46 messages
Beginner Reactivity Solid API
"AsyncLocalStorage" is not exported by "__vite-browser-external" 18 messages
SolidStart
About tracking re-renders and Store usage 2 messages
Advanced Solid API
Get the request header inside a form action? For Solid Start 5 messages
Beginner SolidStart
Router preload and cache.set don't seem to be working 3 messages
Solid API
Is this (completely 🫣) illegal in Solid world? 24 messages
Solid API Intermediate Advanced
Calling root render multiple times 12 messages
Advanced Solid API
Vite 5.2.x / Vitest 1.5.x: How to Resolve Multiple Instances of Solid 5 messages
Testing Intermediate
When to use createEffect 5 messages
Reactivity Solid API
Force effect computation, or alternate approach? 23 messages
Reactivity TypeScript Intermediate
How to update a table of textfields? (stop re-rendering when users type) 9 messages
Beginner Solid API
direct Access to pages resulting in 404 error 20 messages
Beginner
Does the createMemo() in the "Solid in 100 secs" vid make sense? 4 messages
Beginner
if solid components run once, why isn't compiled SSG first-class supported? 16 messages
Solid API
How do i make a dropdown menu? 3 messages
Beginner
Why can't I change the path alias "~/*" to "@/*" in the tsconfig.json? 9 messages
Beginner SolidStart
Does SolidStart support private folders in the routes directory? 2 messages
SolidStart
Preloading Data with 'use server' 14 messages
SolidStart
Tailwind CSS Styles Not Applied After Adding SolidJS Routes, Why ? 11 messages
Beginner Possible Bug Suggestions
Are store reactive? 16 messages
Solid API
Render a new router and redirect in action of opened component doesn't redirect in the opened window 5 messages
Intermediate SolidStart
Slow table paint/display 5 messages
Reactivity Intermediate Solid API
Help Me Stop Theme Flashing In SolidStart 22 messages
SolidStart
Vite error when evaluating SSR module 4 messages
SolidStart
Mapping props to attributes 5 messages
Reactivity TypeScript Solid API
equivalent of React.detailedHTMLProps<T>? 2 messages
Beginner TypeScript
`<Dynamic>` function prop args are `any` 20 messages
Possible Bug TypeScript Solid API
how to deploy a website built with the solid.js framework on vercel?; troubleshooting 20 messages
Beginner Possible Bug
Wrapping `<FileRoutes />` in `ErrorBoundry` 4 messages
SolidStart
How do I build my component? 23 messages
Beginner Possible Bug Solid API
How to call `useNavigate` outside of router 58 messages
Solid API Libraries Advanced
Hydration Mismatch Error Every Time I Update a Component 2 messages
SolidStart
How can I synchronize two stores without running into an infinite loop? 8 messages
Beginner Solid API
What is the most idiomatic way of disabling an effect after a condition is met? 6 messages
Beginner Solid API
page refresh taking alot of time or may be not loading 8 messages
Beginner
TypeError: useContext is not a function or its return value is not iterable 4 messages
Beginner Solid API
Build process with solidstart 5 messages
SolidStart
Conditionally redirect based on resource result? 6 messages
Solid API
share context through web-components 3 messages
Beginner Solid API
library template 3 messages
Libraries Solid API
Is conditional rendering possible? 21 messages
Solid API
How to output raw HTML with SSR Start? 3 messages
SolidStart
How to make a reactive copy of a store. 3 messages
Beginner Reactivity TypeScript
How to deal with `on:event` in typescript? 2 messages
Beginner Intermediate
Is this Firebase Context correct? 2 messages
Beginner Reactivity Suggestions Libraries