ice/packages/plugin-store
dependabot[bot] 9cb3a3f56f
chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#6982)
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>
2025-03-06 10:36:29 +08:00
..
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.