skip to content
$
ashik
@dev
writing
stack
contact
rss
~/blog
/ tags /
react
Engineering notes about react
Articles, implementation notes, and lessons from projects involving react.
cat ~/writing/react
1 posts
2023.11.13
Things I Keep Fixing in React Codebases
A short list of habits I end up correcting in almost every Next.js and React project I join: missing keys, requests fired with undefined ids, copy-pasted URL strings, over-shared components, and warnings nobody reads.
react
next.js
typescript
practice
6 min
->