Skip to content

useMutableSource hook#18000

Merged
bvaughn merged 27 commits into
facebook:masterfrom
bvaughn:useMutableSource
Mar 11, 2020
Merged

useMutableSource hook#18000
bvaughn merged 27 commits into
facebook:masterfrom
bvaughn:useMutableSource

Conversation

@bvaughn
Copy link
Copy Markdown
Contributor

@bvaughn bvaughn commented Feb 7, 2020

useMutableSource() enables React components to safely and efficiently read from a mutable external source in Concurrent Mode. The API will detect mutations that occur during a render to avoid tearing and it will automatically schedule updates when the source is mutated.

RFC: reactjs/rfcs#147

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.