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