
react/react#13968
Implement the experimental Hooks proposal behind a feature flag
36 files+5,868-1305 lanes
React Hooks arrived here, bringing state and lifecycle features to function components without classes.
Famous pull requests, redrawn
Ten pull requests behind Hooks, Node fetch, Ingress and more, drawn by PR Lens.

react/react#13968
36 files+5,868-1305 lanes
React Hooks arrived here, bringing state and lifecycle features to function components without classes.

nodejs/node#41749
16 files+8,076-35 lanes
Node gained fetch, Request, Response and Headers behind an experimental flag.

webpack/webpack#10440
13 files+567-55 lanes
Webpack containers learned to consume modules from remote builds at runtime.

neovim/neovim#11336
15 files+5,556-13 lanes
This final-candidate PR put the LSP client into Neovim itself.

kubernetes/kubernetes#14175
8 files+766-04 lanes
This was Kubernetes' first Ingress API type for Layer 7 load balancing.

vuejs/core#2532
11 files+1,081-6703 lanes
Vue gained the <script setup> syntax and its original ref-sugar implementation.

rust-lang/rust#31954
26 files+369-164 lanes
Rust gained the postfix ? operator as chainable shorthand for try!.

django/django#11209
38 files+931-425 lanes
Django gained an ASGI handler and coroutine-safe request context.

vllm-project/vllm#1348
6 files+764-1393 lanes
PagedAttention V2 added sequence-level parallelism to speed up small batches.

tokio-rs/tokio#1657
100 files+7,408-6,7953 lanes
Tokio rebuilt its work-stealing pool to cut scheduler overhead and cross-thread synchronization.