# Vigilante ## Description Store all your observables in one place. `Vigilante` consists only of one function, `vigilante.observe(keyword)`, that is used to get an observable from the store. ## Get it ```shell yarn install vigilante ``` ## Example app.tag ```jsx ``` counter.tag ```jsx

Times clicked: { count }

``` push-button.tag ```jsx ```