Profile avatar
cloud-walker.bsky.social
27 posts 25 followers 192 following
Regular Contributor
Active Commenter
comment in response to post
Extra files does not mean extra workers spawned by vitest?
comment in response to post
ariakit.org, ark-ui.com
comment in response to post
comment in response to post
I'm sure that I just need more practise on that, the project where I tried it is also custom and a bit convoluted, with client / backend folder, api docs folder, tests, stories files, mocking system, etc. etc.
comment in response to post
I tried knip recently feels like I need to take a certification only for the config 😆
comment in response to post
just use something like panda-css.com and enable typesafety
comment in response to post
You have taken some Gorgonzola, nice move!
comment in response to post
yeah agreed, I think it may be useful only for the development mode related mocks
comment in response to post
this would be extremely cool! I've tried to do it previously in my codebases, but it always ended up a little mess
comment in response to post
If I understand correctly, what you need is a mapped type in combination of a generic function type: www.typescriptlang.org/play/#code/G...
comment in response to post
like that:
comment in response to post
We use the render prop pattern inspired from @ariakit.org to render the button as links and viceversa
comment in response to post
Sorry to hear that, I personally cannot live without it 🤷
comment in response to post
The problem is that sometimes, I do want to import from these packages, sometimes what we want is just to present them as second choice 🤔
comment in response to post
Why would someone in 2024, write all the things statically? When we already have JS to handle all the logic?
comment in response to post
In the past: Isomorphic SSR Now: a bunch of CSR
comment in response to post
Feels weird that the non fs routes module comes packaged inside the "@react-router/dev": reactrouter.com/start/framew...
comment in response to post
Thanks for the reply @haz.dev! If you are curious about the implementation of the first one, I can share the code, I'm not sure if accessibility wise is correct, but with the Composite module I was able to achieve bidimensional keyboard navigation of the bar segments
comment in response to post
Even for a player who never played souls like?
comment in response to post
Nice! I'm eager to try it out for my component library 😊
comment in response to post
what's the maturity of the Tag components at the moment?
comment in response to post
early returns wins 90% of the time!