mirror of https://github.com/alibaba/ice.git
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
runtime.d.ts | ||
tsconfig.json | ||
types.d.ts |
README.md
@ice/plugin-store
A plugin of state management base on Redux and React Redux used in ice.js`.
Usage
import { defineConfig } from '@ice/app';
import store from '@ice/plugin-store';
export default defineConfig(() => ({
plugins: [
store(),
],
}));
Options
disableResetPageState
- The default value is
false
. - After it is turned on, the page state will not be reinitialized after switching the page and entering the original page again.
- The default value is