react/packages/use-sync-external-store
2025-02-24 13:01:59 +01:00
..
npm Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
shim use-sync-external-store: Add exports field to package.json (#25231) 2025-02-24 13:01:59 +01:00
src Fixed useSyncExternalStoreWithSelector to update memoizedSnapshot on change (#25968) 2024-07-12 23:57:45 -04:00
index.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
package.json use-sync-external-store: Add exports field to package.json (#25231) 2025-02-24 13:01:59 +01:00
README.md Update some READMEs (#24290) 2022-04-07 02:35:01 +01:00
with-selector.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00

use-sync-external-store

Backwards-compatible shim for React.useSyncExternalStore. Works with any React that supports Hooks.

See also https://github.com/reactwg/react-18/discussions/86.