This is hooks way to create reactive publish subscribe and mutator for vanila javascript, This hooks will be create new method and storing data to window object with name reactiveState.
So you can call that data with
window.reactiveState[statename].valueOr