support

3463 threads · Page 53 of 70

DOM not updating based on Store updates until user action 3 messages
Intermediate Solid API
API routes failing arbitrarily with a TypeError 5 messages
Beginner SolidStart
function prop destructure 20 messages
Reactivity
Typescript throwing undefined errors with suspense and createResource 13 messages
Intermediate Solid API
Is this an idiomatic way of composing signals? 5 messages
Beginner
Event handler pass-through 11 messages
Beginner
granularly derived store 3 messages
Solid API Intermediate Advanced
Solid loses the root, is this a bug or am I crazy? 32 messages
Intermediate Solid API
SolidStart on Github Pages buttons not working 17 messages
SolidStart
Modifying the build's index.html 7 messages
SolidStart Solid API
How to make a layout for every page except index? 6 messages
Beginner SolidStart
Forwarding refs to FileRoutes 8 messages
Beginner Solid API
Higher order signals 19 messages
Beginner
How can I skip the first effect run with createEffect? 4 messages
Reactivity Advanced
Using Solid Router and View transitions 5 messages
Advanced
Catching Errors from async requests started in onMount 3 messages
Solid API
Uncaught Error: Make sure your app is wrapped in a <Router /> 7 messages
SolidStart
Keep multiple signals (values) in-sync 6 messages
Intermediate Solid API
Paths in tsconfig? 3 messages
Beginner
Nested Routes for index and route debugging 5 messages
SolidStart
How exactly does <Suspense> know when to show the fallback? Can it be explicitly controlled? 30 messages
Intermediate Solid API
Error during the build 13 messages
Beginner Solid API
Solid Typescript Astro Named Slots typing issue 2 messages
Intermediate Solid API
Rerender children of For when computed values (memos) change in complex objects 50 messages
Solid API
Await resolution of previous routeData in nested routeData 2 messages
SolidStart
any way to get the previous route when using solid router? 88 messages
Beginner Reactivity Libraries Solid API
Is there a way to allow the dev server be available on local network? 3 messages
Beginner
how to add reCaptcha v2 on solidjs project 2 messages
Possible Bug Suggestions Libraries
Managing Context at Runtime 6 messages
Solid API
Working with sorted objects and stores 10 messages
Beginner
Best way to do simple transition animations like fade in/out and fly in/out ? 4 messages
Beginner
[Violation] 'click' handler took 5 messages
Possible Bug Reactivity
Has anyone used PocketBase with their Solid? 2 messages
Beginner Solid API
SolidStart: Where/when to load and store user or global application state? 2 messages
Beginner SolidStart
Copy functionality 2 messages
Libraries
Tutorial 3 messages
Beginner SolidStart
How can I circumvent the wrapping Router requirement error? 11 messages
Intermediate SolidStart
Route Data to Pass Signal to Children Components 11 messages
SolidStart
Using signals in testing 13 messages
Testing
onMount scroll to page bottom not working? 3 messages
Beginner Reactivity TypeScript Intermediate
Vite config with absolute paths 5 messages
Testing Libraries
Ref either locally or passed via prop 4 messages
Solid API
In browser transpilation 22 messages
Beginner
How to listen to changes in an array of objects with a reactive property? 88 messages
Beginner Suggestions Solid API
[solved] Tutorial: server side routing for remote API call with keys 4 messages
Beginner
does @solidjs/testing-library render shadowDom? 8 messages
Testing
Using `<Show>` causing `computations created outside...` warning, how to fix in Toast like system? 4 messages
Reactivity Intermediate
Routes and FileRoutes 7 messages
Beginner TypeScript Intermediate SolidStart
Use ``<A>`` in Signal which is exported. (SolidStart) 14 messages
Beginner SolidStart
why does this playground link re-render the outer component? 133 messages
Beginner Reactivity TypeScript Intermediate