Tag

weakmap

0 views collected around this technical thread.

TAL Education Technology
TAL Education Technology
May 12, 2022 · Frontend Development

Understanding Vue's Reactive System: From Basic Effects to Proxy‑Based Reactivity

This article walks through the implementation of Vue's reactive system step by step, starting with simple effect functions, then introducing dependency collection with Set, Map, and WeakMap, and finally using Proxy to automate tracking and triggering of updates for both primitive and object values.

DependencyTrackingJavaScriptProxy
0 likes · 13 min read
Understanding Vue's Reactive System: From Basic Effects to Proxy‑Based Reactivity
Laravel Tech Community
Laravel Tech Community
Jun 28, 2020 · Backend Development

Key New Features in PHP 8: JIT, Union Types, Attributes, Static Return Types, and WeakMap

The article introduces PHP 8’s major release scheduled for November 26, highlighting its most impactful additions such as Just‑In‑Time compilation, Union Types, Attributes, a new static return type, and WeakMap support, while providing code examples and migration resources.

Backend DevelopmentJITPHP8
0 likes · 7 min read
Key New Features in PHP 8: JIT, Union Types, Attributes, Static Return Types, and WeakMap