KamehamehaNudel
KamehamehaNudel
SSolidJS
Created by KamehamehaNudel on 9/30/2024 in #support
Router determine if 404 route
In the old beta solid start, do the router is 0.9 The route is just defined as the last one and as `<Route match={"*"} component={NotFound} />‘ which I believe was part of default example back then
4 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
idk maybe my whole approach i had is flawed
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
yeah what i was trying to achieve is something like. "from this point on stop caring about suspense again and just be undefined"
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
i kinda just put the <suspense> at the top of the tree without much though since all router examples had it 😅
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
But tbh right now i still don't really get why i cannot "get back" the behavior of the resource as if there were no suspense.
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
Thanks for the answers. I'll try to wrap my head around it
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
i guess i have to restructure the markup a bit then
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
hmm
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
createeffect is my friend I suppose
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
For context: I had a geolocation request wrapped and on interaction request it from the user. But I kinda don’t want that to reset the whole layout but just have a „pending“ on the button
18 replies
SSolidJS
Created by KamehamehaNudel on 1/31/2024 in #support
Escape Suspense when using resources?
Hmm I thought, createResource was also kinda the goto convenience wrapper to „get prromises“ into signals
18 replies
SSolidJS
Created by KamehamehaNudel on 2/15/2023 in #support
Refs cleanup when element unmounts
thanks
7 replies
SSolidJS
Created by KamehamehaNudel on 2/15/2023 in #support
Refs cleanup when element unmounts
7 replies
SSolidJS
Created by KamehamehaNudel on 2/15/2023 in #support
Refs cleanup when element unmounts
@thetarnav not sure i understand completely, what is the ref callback here? 😅
7 replies
SSolidJS
Created by KamehamehaNudel on 12/16/2022 in #support
Setting up polyfills in Solid Start
yes
4 replies