A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Javascript web frameworks, 2022

 A list:

  • React - library, jsx, facebook
  • Vue - easier than backbone, good cli
  • Angular - typescript, heavy, google
  • Ember - opinionated, fast development <-- this one is good
  • Backbone - stable, reliable, data rendering, easy, lightweight
  • Aurelia - convention over configuration, standards, very easy
  • Lit - very fast, lightweight, google
  • Mithril - lean, fast, simple