Old blog, new tech
A developer's journey migrating their personal blog from Gatsby to Next.js and finally to Astro, focusing on build times, maintenance, and performance.
A developer's journey migrating their personal blog from Gatsby to Next.js and finally to Astro, focusing on build times, maintenance, and performance.
The author announces Neodrag v3, a cross-framework drag-and-drop library, discussing its origins, motivations for the update, and future goals.
A developer reflects on a year of professional growth, including work at Meta, conference speaking, and starting a new role at WorkOS.
A guide to React Function Components, covering syntax, props, and using Hooks for modern React development.
Explains a server-first approach to form validation in full-stack React, detailing benefits and when to add client-side validation or libraries.
A developer reflects on their experience joining and leaving Meta, covering the company's unique dev tools, internal culture, and the reality of working on massive codebases.
A guide to adding invisible text in HTML that only appears when copy-pasted, including a practical React component implementation.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
An updated guide on React ref callbacks, covering changes in React 19 and best practices for avoiding unnecessary re-renders.
Explores common React data fetching patterns like sequential and parallel fetching for components on client and server.
A critique of React as legacy technology, arguing against its use in new projects due to performance and accessibility issues, and advocating for simpler client-side stacks.
Explains how to structure large React applications using a feature-based architecture for better scalability and maintainability.
A talk on the responsibilities of open-source library maintainers, focusing on community interaction, documentation, and support beyond just coding.
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
A developer explains how to build a React-based mini-game called 'Test Your Focus' using event-driven state management with useReducer.
A guide on handling FormData in React forms, covering extraction, conversion to objects, and validation with Zod.
JS Party podcast hosts announce their attendance at React Summit 2024, a major React developer conference in NYC/Jersey City.
A developer tests Cursor, an AI-powered code editor, by having it build a full-stack web app. The results are surprising and insightful.
A freelance React developer argues for charging by the hour instead of by project value to handle scope creep and changing requirements.
A guide on preventing automatic form resets after failed server actions in React/Next.js to improve user experience.