Messages
1/12/2025
19 : 4
RD#488 How to avoid issues with custom Hooks
Using them carelessly can lead to many problems
1/5/2025
19 : 24
RD#487 Instance Hook Pattern
co-located logic and controlled API
12/22/2024
22 : 14
RD#486 (React) Things I Regret Not Knowing Earlier
Keep coding, stay curious, and remember—you've got this
12/19/2024
7 : 4
RD#485 Architectures of modern front-end applications
Classical, modular, and FSD architectures React oriented
12/10/2024
4 : 54
RD#484 How To Improve Interaction-to-Next-Paint
Crucial Core Web Vital metric for Google's search ranking
12/1/2024
18 : 54
RD#483 A Perfect Modal Dialog
A step-by-step process for implementing a new feature
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