Skip to content

Install

AutoStore there are three packages: in total:

  • autostore: Core package
  • @autostorejs/react: Face -oriented React developer
  • @autostorejs/devtools: use Redux DevTools debug AutoStore

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.

bash
npm install  autostore
bash
yarn add autostore
bash
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.

bash
npm install  @autostorejs/react
bash
yarn add @autostorejs/react
bash
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.

bash
npm install  @autostorejs/devtools
bash
yarn add @autostorejs/devtools
bash
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.