ashik@dev

Engineering notes about next.js

Articles, implementation notes, and lessons from projects involving next.js.

cat ~/writing/next.js

1 posts
Things I Keep Fixing in React CodebasesA 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.reactnext.jstypescriptpractice6 min ->