KSKanishk Sankpalinishqelliot.hashnode.dev·Jun 17, 2024 · 4 min readUnderrated React API - useSyncExternalStore and Understanding ZustandIntention - Either React's effort in useSyncExternalStore or the recent innovation in state management libraries; the underlying idea was the same. How to avoid unessential re-renders (caused while ma10