skip to content
$
ashik
@dev
writing
stack
contact
rss
~/blog
/ tags /
next.js
Engineering notes about next.js
Articles, implementation notes, and lessons from projects involving next.js.
cat ~/writing/next.js
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
->