Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

oceanbit/vue-baton-pass

Repository files navigation

Vue Baton Passing Prototype

This is a POC of a useBatonPass custom composition in Vue. The idea is that, given multiple tabs of the same app, you only have a single tab that's marked as "having the baton".

Three Chrome Windows, with one being marked as "I am the baton" while the others show "I am not the baton". When the baton window is closed, another one takes its place

This is useful when wanting to create cross-tab communication between apps and having a single tab act as the "conductor" of the other tabs.

An example of where this is useful is when you want to listen to websockets in multiple tabs, but only want to have one connection to the server.

About

A proof-of-concept of having a single browser tab act as a conductor to other browser tabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published