Stop using the localStorage hack to sync browser tabs. BroadcastChannel does it natively.
DEV Community
Stop using the localStorage hack to sync browser tabs. BroadcastChannel does it natively.
Syncing state across browser tabs with localStorage events is a widely-used trick that requires JSON.stringify, event filtering, and careful cleanup. The Broadcast Channel API delivers messages between tabs directly, with none of the side effects.
0 comments
No comments yet.