Luciano0322

Luciano0322 @luciano0322

About: Frontend tech lead who loves digging into the internals of modern frameworks. Studying Signals, reactivity, schedulers, and the future beyond the Virtual DOM.

Location:
Taiwan
Joined:
Nov 4, 2022

Luciano0322
articles - 16 total

Signals in React (I): Without Breaking the Render Model

Why Does the Framework Affect How You Use Signals? The short answer is lifecycle. On...

Learn More 1 0Mar 11

Why Batch Belongs to the Scheduler, Not Computed

Recap Building on the previous articles—signal, effect, and computed—we have already made...

Learn More 3 0Mar 4

Internal Design Choices for Effects: Implementing Effects (II)

Quick Recap Do you remember this diagram? In the previous article, we introduced the...

Learn More 2 4Feb 11

Making the Graph Actually Move: Implementing effect (Part I)

Introduction In the previous article, we finished a Signal core that supports...

Learn More 0 0Feb 4

Building a Minimal Signal API

Introduction This post continues the idea from the end of the previous article: using...

Learn More 1 0Jan 28

How Computed Values Really Work: Lazy Evaluation in a Reactive Graph

Recap Before we continue, let’s quickly review what we already have: 1....

Learn More 0 0Jan 22

Two JavaScript Fundamentals You Need Before Implementing Signals

Why This Article Exists In the upcoming articles, we’ll implement signal() using closures...

Learn More 1 0Jan 21

Dependency Tracking Fundamentals (II)

Introduction In the previous article, we broke down the core concepts and execution model...

Learn More 0 0Jan 13

Dependency Tracking Fundamentals (I)

What Is Dependency Tracking? Dependency Tracking is a technique used to automatically...

Learn More 0 1Jan 7

Understanding How Signals Work

Introduction With the previous articles covering the foundations of Signals and...

Learn More 2 0Dec 31 '25

Signals vs Proxy vs Virtual DOM — What Actually Makes Them Different?

Frontend reactivity often splits into three paths: Signals, Proxy-based reactivity, and the Virtual...

Learn More 0 0Dec 22 '25

Push-based vs. Pull-based Reactivity: The Two Driving Models Behind Fine-Grained Systems

Recap Building on the previous article about the core ideas behind reactivity, this part...

Learn More 0 0Dec 15 '25

The Evolution of Reactivity: How UI Updates Learned to Take Care of Themselves

A Brief History Back in 2010, Knockout.js introduced the ideas of Observable and Computed...

Learn More 0 0Dec 8 '25

Why Do We Need Signals?

Inside the Core Concept of Fine-grained Reactivity In the previous article, we challenged...

Learn More 0 0Dec 2 '25

From Virtual DOM to Signals: Rethinking Reactivity

The story of modern frontend frameworks has always revolved around change — how to detect it,...

Learn More 1 0Nov 25 '25

Excited to announce the release of Segnale-React! 🎉

Segnale-React is a lightweight and efficient reactive state management library inspired by signals....

Learn More 1 0Nov 26 '24