v16.14.0v16.13.1
Reading changes from the repo…
onCommit
and onPostCommit
hooks to enhance performance tracking during component rendering, providing developers with more detailed insights. useEvent
hook, enabling components to attach event listeners directly to DOM elements, improving event handling in React applications. unstable_expectedLoadTime
, which allows React to skip over expensive trees during the initial mount, improving performance for complex applications. useMutableSource
hook that allows components to subscribe to mutable sources, enhancing state management capabilities. useMutableSource
hook would not properly handle updates, ensuring that components remain in sync with their data sources.