Skip to content
JC Brand edited this page Sep 9, 2020 · 7 revisions

Short term

Medium term

  • Get rid of lodash templates, in favour of lit-html
  • Never use the _ lodash object, instead import individual methods, so that we can tree-shake
  • Decouple Skeletor Views from Models
  • Replace Skeletor Views with LitElement components

Longer term