Messages
11/24/2024
18 : 54
RD#602 What are React Portals?
A powerful feature that allows rendering components outside their parent component's DOM hierarchy
11/17/2024
19 : 34
RD#481 React is a programming language
and its rules are syntax
11/10/2024
18 : 44
RD#480 Two ways to the two Reacts
Next.js App Router vs TanStack Start ways of full-stack React
11/3/2024
20 : 14
RD#479 HTML Form Validation is heavily underused
Attributes, methods, and properties
10/27/2024
20 : 14
RD#478 Next.js 15
Introduces React 19 support, caching improvements, a stable release for Turbopack in development, new APIs, and more
10/20/2024
18 : 14
RD#477 React Folder Structure in 5 Steps
Topic that often sparks strong opinions
10/20/2024
7 : 54
RD#476 React on the server is not PHP
Is server-side JavaScript just PHP all over again?
10/6/2024
17 : 34
RD#475 Intro to CSS animations for React developers
I copy-paste snippets with some magic inside from all over the internet and hope it works
9/29/2024
18 : 44
RD#474 How to fetch data in React
Do you want to go beyond a static React application?
9/22/2024
18 : 34
RD#473 Clean React with TypeScript
How to properly type React components
9/13/2024
14 : 34
RD#473 Create a Toggle Switch
As a reusable component
9/8/2024
18 : 24
RD#472 How to Use React Compiler
Optimize React applications without manual memoization techniques
9/1/2024
18 : 34
RD#471 Implementing React from scratch
Or something close to React
8/25/2024
18 : 44
RD#470 React is (becoming) a Full-Stack Framework
Bridged the gap between frontend and backend to reign over both sides
8/20/2024
2 : 14
RD#469 A deep dive on forms with modern React
React 19 introduces terrific primitives for building great forms
8/11/2024
19 : 4
RD#468 Common Sense Refactoring of a Messy React Component
Because rewrites rarely lead to anything good
8/4/2024
6 : 44
RD#467 Dissecting Partial Pre Rendering
Fast initial loads, dynamic content, and rich interactivity in a single HTTP request
7/28/2024
18 : 4
RD#466 How Airbnb Smoothly Upgrades React
With reusable infrastructure that allows them to roll out new versions progressively
7/21/2024
18 : 4
RD#465 Understanding SSR with Hydration
Hydration is a technique associated with server-side rendering
7/14/2024
18 : 14
RD#464 Sneaky React Memory Leaks
How the React compiler won't save you