Messages
3/23/2025
19 : 44
RD#498 SSR Deep Dive for React Developers
SSR, pre-rendering, hydration, and static site generation ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
3/18/2025
4 : 14
RD#497 A Guide to Performance Optimization with Next.js
Why performance matters, what common issues are, and how to fix them ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
3/9/2025
19 : 34
RD#496 Signals in React?
Not a good idea according to Filipe ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
3/2/2025
18 : 54
RD#495 Functional programming in React
First-class functions, pure functions, immutability, currying and composition
2/27/2025
7 : 34
RD#494 Sunsetting Create React App
🫡
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?