Files
react/packages/shared
Brian Vaughn 322cdcd3ab useMutableSource hook (#18000)
useMutableSource hook

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
2020-03-11 12:34:39 -07:00
..
2020-01-24 10:52:38 -08:00
2017-10-25 02:55:00 +03:00
2020-03-11 12:34:39 -07:00