dependabot[bot] on npm_and_yarn
Bump async from 2.6.3 to 2.6.4 โฆ (compare)
pakastin on gh-pages
Updates (compare)
dependabot[bot] on npm_and_yarn
api
along. Then I use that to trigger updates to the state.
router
is basically a view router, but itโs easy to use with push state or hashes:const path = location.hash.slice(1).split(โ/โ);
// i.e. #/info โ> [โโ, โinfoโ]
router.update(path[1], state); // โinfoโ, state
this.data
is a list of objects which have days
key that is a list of days which have xp
key that I'm updating
update
call?