Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 494 Bytes

kalk

Kalk

A silly calculator experiment with MobX

yarn && yarn build then open index.html in your browser. There's also yarn watch.

For tests: yarn run test, yarn test-watch and yarn-coverage (see ts-jest#378)

Versions

  • v1.0 - MobX store as a global object

  • v2.x — MobX store passed in as props via Provider and inject