swizec.com is now on TimberJS, a new React framework
Swizec.com migrates to TimberJS, a new React framework, for faster deploys and improved performance using React Server Components.
Swizec.com migrates to TimberJS, a new React framework, for faster deploys and improved performance using React Server Components.
A developer uses 'vibe coding' with AI to rewrite his blog from Gatsby to TimberJS, achieving faster deploys.
Introduces RSC Explorer, an open-source tool for visualizing and understanding the React Server Components protocol and its streaming behavior.
Explores the incompatibility between Next.js 16's 'use cache' directive and next-intl, offering a workaround and discussing the upcoming solution.
An analysis of React's evolution, its current state in 2025, and the community's mixed reactions and frustrations regarding its direction.
Dan Abramov announces he is offering paid consulting services for UI engineering, focusing on React and React Native.
A deep dive into how import/export keywords and 'use client'/'use server' directives work in React Server Components (RSC).
Explains React Server Components (RSC) by comparing them to the 'code as data' concept of quoting in LISP programming.
Explains why React Server Components (RSC) integrate with bundlers for efficient code serialization and client-side delivery.
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
Explains the 'use client' and 'use server' directives in React, comparing them to fundamental programming concepts and their role in client-server communication.
Explores key React trends for 2025, focusing on the maturation of React Server Components and the rise of full-stack React frameworks.
A tutorial on implementing toast notifications for user feedback when using React Server Actions.
Explains how to structure large React applications using a feature-based architecture for better scalability and maintainability.
A guide exploring various methods for fetching data in React, from older techniques to modern approaches like React Server Components.
A tutorial on using URL search parameters in Next.js to manage shareable state for features like searching and sorting posts.
A guide exploring data fetching in Next.js using Server Actions and comparing it to Server Components and Route Handlers for client-side scenarios.
Explores the challenges and solutions for using CSS-in-JS libraries like styled-components with React Server Components in Next.js.
A tutorial on using Server Actions in Next.js 14 for full-stack CRUD operations with Prisma and SQLite.