hook-cross-tab
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

CI/CD codecov License

Spanish Version

hook cros tab

demo

Motivation

This hook helps to share the status among many tabs, it is multipurpose, the motivation for making this type of hook is because we entered a new era when having a lot of screens on your workstation is normal at this time and we need to adapt to that.

Constantly configuring hooks to save and share states, the idea of hook-cross-tab comes out, enabled to work with only 3 properties

To use

call the hook inside the function and you need pass three props,

first the key of your data, this will be the name of the data to be stored

second data, this hook accepts any data type

third the option, it only accepts "local" for localstorage and "broadcast"

example

const [todos, setTodos] = useCrossTabState(
    {
        key: "tareas",
        initialState: [],
        option: "broadcast"
    }
)

i invite you to see the real implementation in this repo

by J. MARIN

/hook-cross-tab/

    Package Sidebar

    Install

    npm i hook-cross-tab

    Weekly Downloads

    1

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    55.8 kB

    Total Files

    67

    Last publish

    Collaborators

    • marinjose