Tag

React 17

0 views collected around this technical thread.

NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Dec 23, 2020 · Frontend Development

Understanding React's Synthetic Event System and Event Handling Mechanism

React’s synthetic event system wraps native browser events into reusable SyntheticEvent objects, uses a delegated single listener per event type, maps event names through registration modules and plugins, pools event instances, and simulates capture and bubble phases across the fiber tree, with key changes in React 17.

Event BindingEvent SystemEvent Triggering
0 likes · 15 min read
Understanding React's Synthetic Event System and Event Handling Mechanism
Laravel Tech Community
Laravel Tech Community
Nov 4, 2020 · Frontend Development

TypeScript 4.1 RC: New Features and Improvements

The TypeScript 4.1 release candidate introduces several major enhancements, including template literal types, key remapping in mapped types, recursive conditional types, the noUncheckedIndexedAccess flag, optional baseUrl for path mapping, default checkJs behavior, and support for React 17 JSX and JSXdev features.

4.1JSXMapped Types
0 likes · 2 min read
TypeScript 4.1 RC: New Features and Improvements