tizu
tizu
Explore posts from servers
SSolidJS
Created by tizu on 3/1/2025 in #support
dynamic routes 404?
how can I intentionally throw 404 on a dynamic route (no server action or anything)?
2 replies
SSolidJS
Created by tizu on 2/23/2025 in #support
@solid-primitives/spring: obtain velocity?
is there some way I can obtain the velocity of the spring? xy: I want to detect if the popup is being dragged faster than x pixels, to then dismiss in a "flick" mode
12 replies
SSolidJS
Created by tizu on 2/23/2025 in #support
router: "background" page
Hello everyone, I am trying to recreate this effect. My main issue at the moment is that I need the back button to function as a back button, so I'm not sure how I could do this. specifically, I need to be able to open the route that's in the drawer while keeping the old one in the background, if that makes any sense. I hope the video explains. thanks!
28 replies
SSolidJS
Created by tizu on 2/16/2025 in #support
reference child component as ref?
<button ref={setReference} onClick={() => setOpen(!open())}>
{p.trigger /* JSX.Element */}
</button>
<button ref={setReference} onClick={() => setOpen(!open())}>
{p.trigger /* JSX.Element */}
</button>
Is there some way I can have this not wrap the child in a button, but instead let the child be its own button and reference that?
2 replies
TTCTheo's Typesafe Cult
Created by tizu on 9/1/2024 in #questions
tailwind ui library or do I build myself?
Coming from svelte, I love using Tailwind, and honestly, I'd like to keep it that way. Now - I'd like to work on a project in react (probably t3/next, idk) but idk which ui library to choose. Do I build my own? Do I use, idk, DaisyUI, so something unrelated to react? imo the list of tailwind react libraries is quite lacking compared to my expectations. There's NextUI, shad (which i don't like cuz I don't wanna store their component :p), aaaaaaaand.. thats it for react specific ones I think? idek
15 replies