
useSyncExternalStore hook in React 18 ?
Before diving into the useSyncExternalStore API let us get familiar with the terms which would be useful to understand the new hook. Concurrent rendering and start transition API : Concurrency is the mechanism to execute multiple tasks simultaneously...


