jwstn's Avatar

jwstn

@jwstn

Development is fun!

13
Followers
50
Following
21
Posts
03.11.2024
Joined
Posts Following

Latest posts by jwstn @jwstn

Maybe that's the real bug of Day 15 we are supposed to find :D

16.12.2025 09:09 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

@tkdodo.eu i have noticed an issue with the Day 15 Bug. I can "fix" the bug and resolve the issue by just renaming the log function im supposed to fix. This can't be right? Atleast the explanation at the end, hints at a different solution ^^

16.12.2025 08:54 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
A Better Button Component with Composition | timomeh.de

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...

02.07.2025 16:20 ๐Ÿ‘ 3 ๐Ÿ” 3 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 1

yikes

04.03.2025 09:09 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

i have always wondered, what color scheme do you use?

04.02.2025 16:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

i imported a GitHub repository on their site. there is an option where you can change the framwork that was detected. use vite with the template lee and i linked

04.02.2025 11:59 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

also immediately looked for a announcement post from vercel or lee, but couldn't finde anything so it guess it's not finished yet

04.02.2025 11:29 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

freaked me out two days ago, because I took down the deployment and wanted to re-deploy. saw it detected react-router as a framework and thought nice, but it ended up not working. after i switched back to vite, it worked fine

04.02.2025 11:28 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
react-router-templates/vercel at main ยท remix-run/react-router-templates Contribute to remix-run/react-router-templates development by creating an account on GitHub.

with this template you have to select `vite` as a envrioment(?) in the vercel deploy screen. otherwise it won't work

github.com/remix-run/re...

04.02.2025 11:26 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

did you use the template? deploying the template works just fine. i used the template @leerob.com posted and copied my code into it. worked fine for me. I also saw the new auto-detection works for react-router. altough i have not tried to deploy a new react-router app just yet

04.02.2025 11:17 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

never mind, found the issue! :)
As always the person that sits in front of the machine is the biggest issue

27.01.2025 22:14 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

hey @leerob.com, unfortunately I can't seem to find the error. I checked quite a lot, env variables are correctly set. build runs locally, everything just works.
One thing, i wanted to check are api routes like `api.auth.$.ts`. this is one of the first routes that get hit because of my route guard

27.01.2025 21:02 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

anyways, thanks for the help @leerob.com

26.01.2025 22:06 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I'm going to investigate if I can see a more detailed error log of the issue or maybe build the application step by step and see when the error occures

26.01.2025 21:59 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Thanks for the unbelievable quick reply, however, i'm running into a new error (kinda good i guess?). the 404 error message is gone but all i see now is a "Internal Server Error" Message.
Do I need to adjust anything in the Build & Development Settings?

26.01.2025 21:16 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0
Post image

further more, i have some overwrites

26.01.2025 20:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

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 }]
}
```

26.01.2025 20:51 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 3 ๐Ÿ“Œ 0

"AT proto"?

25.01.2025 20:20 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

:(

14.01.2025 16:43 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

wouldnt this be the product owner most of the time?

08.01.2025 06:38 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

should be maintained by only a couple of people since the reactions could be an easy target to trolls and thus worsen the quality of the answers

31.12.2024 15:54 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

most of the stuff I saw was labeled as layouts. Also in the very basic start example they were only used to create a layout which I find missleading since they can be used for stuff like this.

29.12.2024 13:16 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0