mobx

v6.0.0-rc.10
Simple, scalable state management.
mobx mobservable observable react-component react reactjs reactive model frp and 4 more...

lint

eslint src/**/*.ts

perf

yarn build && yarn test:performance proxy && yarn test:performance legacy

test

jest

build

tsdx build --name mobx --format esm,cjs,umd

dedup

npx yarn-deduplicate --strategy fewer yarn.lock

watch

jest --watch

prepare

yarn dedup && yarn --cwd website install

release

node scripts/publish.js

prebuild

rimraf lib

prettier

prettier --write **/*.{js,ts,md}

postbuild

cp flow-typed/mobx.js dist/index.js.flow

test:flow

yarn build && flow check

test:size

yarn build && yarn import-size --report . observable computed autorun action

docs:build

yarn --cwd website build

docs:start

yarn --cwd website start

test:check

yarn test:types && yarn lint

test:types

tsc --noEmit && yarn test:flow

docs:publish

yarn --cwd website publish-gh-pages

test:codemod

cd packages/mobx-undecorate && yarn test

test:coverage

yarn test -i --coverage

publish-script

yarn release

test:performance

PERSIST=true time node --expose-gc test/perf/index.js

test:mixed-versions

jest --testRegex mixed-versions

Metadata

  • MIT
  • Whatever
  • Michel Weststrate
  • released 9/26/2020

Downloads