📄️ Change detection
Change detection is the process Angular uses to decide _which parts of the DOM
📄️ Zoneless & Zone.js
For most of Angular's history, an application did not decide when to re-render.
📄️ Reactive state: global vs local
State is the data your UI reads and reacts to. The first question is not _which
📄️ Reactive context
An asynchronous source is more than the values it emits. A stream that fetches a
📄️ Concurrent scheduling
The browser runs your application on a single UI thread. Everything (script
📄️ RxState discipline & effects
RxState comes with a discipline about how state is read, derived, and acted
📄️ Immutability & serializable state
When you update state in modern Angular, how you produce the new value matters as
📄️ How ISR works
Incremental Static Regeneration (ISR) caches server-rendered Angular pages and
📄️ Reactive templating
@rx-angular/template's directives grew out of two small template patterns:
📄️ How virtual scrolling works
@rx-angular/template/virtual-scrolling solves the same problem as