Tag: JavaScript
All the articles with the tag "JavaScript".
Why React Compiler Can Render Stale Data in MobX observer Components
A minimal reproduction of React Compiler caching stale JSX around MobX observer, why interior mutability conflicts with memoization, and the practical fixes available today.
WebAssembly Study Notes
Updated:Notes on WebAssembly modules, memory, JavaScript interoperability, toolchains, performance, and browser execution.
Interoperability Between C++ and JavaScript in V8
Updated:How V8 maps values, exposes C++ variables, functions, and classes to JavaScript, and invokes JavaScript callbacks from C++.
Beyond Coordinates