You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cross-tab-state provides React hooks for syncing useState and useReducer across multiple browser tabs. It ensures real-time, persistent, and performant state synchronization using the BroadcastChannel API with a localStorage fallback. Fully typed with TypeScript, zero dependencies, and compatible with React 17+.