fix: cache main map screen
authorxangelo <git@xangelo.ca>
Thu, 1 Jun 2023 19:59:33 +0000 (15:59 -0400)
committerxangelo <git@xangelo.ca>
Thu, 1 Jun 2023 19:59:33 +0000 (15:59 -0400)
commit1a5ad0999d699ac3d394abb9d8c39f409e1a0598
tree20cbb9a03e7dd2044be65bd0d616026326537c17
parentf78b3f7fed9adeb5437a3262a2b43595d1409eff
fix: cache main map screen

Since there's only a single map, and really they won't be changing on
the fly anyway.. once its loaded it's cached until you reload the page.
The "Cache" is just an in-memory `Map` object that contains the final
HTML to build the map page.
public/assets/bundle.js
src/client/index.ts