Articles and book I enjoy.
-
No more CSS-in-JS
A foreshadowing about stitches, emotion and styled components dying off, and tailwind becomes emperor
-
State of JS 2022
Superb stats on the state of JavaScript. TLDR: NextJS still nice, Svelte is great, and watch Solid. Vite or Turbopack replaces Webpack. Playwright replaces Cypress. Turborepo replaces Lerna.
-
React Query, the complete tutorial
Comprehensive, well-written writeup of React Query. I've learned a lot about my favourite data fetching library.
-
The Grug Brained Developer
Hilarious text, just to the point on why thinking stupid about code is being very smart. HARD RECOMMEND.
-
No rules rules
-
How will you measure your life? 🤔
-
The effective engineer 👍
-
Blitzscaling pt. 2: Management
-
Blitzscaling pt. 1
• book -
A Prettier JavaScript Formatter
While ESLint eliminated the need for people to talk about code conventions, Prettier can eliminate the need for people to think about code formatting. 10 000 thumbs up! I will never work for a company without autoformatting again.