This library wraps the Nano Stores library for front-end state manager. It allows you to store the state of single values or a flat map (key-value pair). The state can also go across screens (as long as the page is not reloaded). When the block is imported, it will listen for a given store. When the store value is updated, any screen/block listening will automatically get the updated value.