jwstn
jwstn.bsky.social
jwstn
@jwstn.bsky.social
Development is fun!
Reposted by jwstn
Shitty button components. We've all seen them, we've all written them. But they don't have to stay shitty! I wrote about building better button components, with simple patterns that I now use everywhere.
Also: the word "button" appears 181 times in it.

timomeh.de/posts/a-bett...
A Better Button Component with Composition | timomeh.de
timomeh.de
July 2, 2025 at 4:20 PM
Hey @leerob.com 👋, I'm having issues deploying my react-router v7 app to vercel and could really need your help.
I already tried this, but it does not work :(

```
{
"builds": [{ "src": "./index.js", "use": "@vercel/node" }],
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}
```
January 26, 2025 at 8:51 PM