Skip to content

dmitriid/kalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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