Popular repositories
-
art
Forked from kamicane/art
Retained mode vector drawing API designed for multiple output modes. There's also a built-in SVG parser.
- ecmascript-immutable-data-structures
-
ocamlrun-wasm
OCamlrun WebAssembly - OCaml Bytecode Interpreter in WASM
-
ecmascript-undefined-propagation
ECMAScript proposal to relax the rules to return `undefined` for property access on `null` or `undefined` instead of throwing.
-
link.js
Link.js is a module loader and conversion tool. It supports Labeled Modules, CommonJS and Asynchronous Module Definitions (AMD).
-
ecmascript-shallow-equal
A proposal for ECMAScript for Object.shallowEqual.
824 contributions in the last year
Contribution activity
August 2017
Use the virtual target for change events to avoid restoring controlled state on the real target
Fixes #10420
The problem is that we try to restore the controlled value after the oninput event. So we've restored it to its previous value by the …
JSXStatement - What does it mean?
This is building on top of discussions in #85 and #86. However those include a lot of meta discussion, I'd like to clarify something much more narr…