# super/i-block/modules/state

This module provides a class with some helper methods to initialize a component state.

```js
this.state.initFromStorage();
this.state.resetStorage();

this.state.initFromRouter();
this.state.resetRouter();
```
