Skip to content

gurdiga/optimal-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

985eb14 · May 31, 2021

History

77 Commits
Mar 19, 2021
May 27, 2021
Mar 18, 2021
May 27, 2021
Mar 18, 2021
Mar 30, 2021
May 27, 2021
Mar 18, 2021
Mar 18, 2021
May 26, 2021
May 31, 2021
Apr 24, 2021
May 27, 2021
Mar 18, 2021
May 26, 2021
May 26, 2021
Apr 20, 2021
May 27, 2021
May 27, 2021

Repository files navigation

Optimal Stack™

Here I’m playing with the idea of having the simplest working frontend stack:

  • No transpilation;
  • Web Components handle the abstraction;
  • Type-checking is done with TypeScript (see jsconfig.json);
  • Generally the workflow is optimised for VSCode.

Web Components Guidelines

  • The component class + its template as a separate HTML file;
  • The component loads its subcomponents with a <script> tag in its template.

TODO

  • Add HTML linting? (tidy sucks?!)
  • Add linting for other things?
  • Figure out the unit testing.