Grant Kiely (@grantkiely) 's Twitter Profile
Grant Kiely

@grantkiely

Creator of @youneedawiki

ID: 286625052

linkhttp://youneedawiki.com calendar_today23-04-2011 11:00:33

1,1K Tweet

379 Followers

149 Following

Grant Kiely (@grantkiely) 's Twitter Profile Photo

I came across an issue with React 19 where it no longer fires useEffect on hot reload when using StrictMode. Which can make debugging/development more difficult. If you are on github, please ๐Ÿ‘ this issue to help me get visibility. github.com/facebook/reactโ€ฆ

Grant Kiely (@grantkiely) 's Twitter Profile Photo

Idea to PH launch in 1 week. It has been a while since I've launched something, so there are some nerves, but overall excited. Join me on Thursday.

Idea to PH launch in 1 week.

It has been a while since I've launched something, so there are some nerves, but overall excited.

Join me on Thursday.
Grant Kiely (@grantkiely) 's Twitter Profile Photo

The best skillset for programmers going forward will be the ability to work with legacy code. Vibe coding produces legacy code faster than ever before.

Grant Kiely (@grantkiely) 's Twitter Profile Photo

Something I've been using as an alternative to TDD when I am still prototyping/unsure of the desired output. Write the code. Comment out the code. Write the failing test. Uncomment and update the code. You get the benefit of a failing test while still allowing for prototyping.