Install
AutoStore
there are three packages: in total:
autostore
: Core package@autostorejs/react
: Face -orientedReact
developer@autostorejs/devtools
: useRedux DevTools
debugAutoStore
autostore
autostore
it is the core package, provided AutoStore
core function.
If you are Vue
waiting for developers of other frameworks, you can use it directly autostore
.
This package is used new AutoStore
create AutoStore
example.
npm install autostore
yarn add autostore
pnpm add autostore
@AutoStorejs/React
WARNING
If you are React
developers only need to install @autostorejs/react
just accept it.
@autostorejs/react
already integrated autostore
all the functions of the package,No additional installationautostore
.
npm install @autostorejs/react
yarn add @autostorejs/react
pnpm add @autostorejs/react
@AutoStorejs/DEVTools
@autostorejs/devtools
yes AutoStore
debugging tool package, based on chrome
of Redux DevTools Extension come to debug AutoStore
state.
npm install @autostorejs/devtools
yarn add @autostorejs/devtools
pnpm add @autostorejs/devtools
@AutoStorejs/Vue
It has not been realized yet, you can use the package autostore
accomplish Vue
integration.
@autostorejs/react
it's just autostore
there are very few encapsulation, and interested students can try it.