GitHub - matthewp/views-the-hard-way: JavaScript views; done as painfully as possible
Writing JavaScript Views the Hard Way
Learn how to build views in plain JavaScript in a way that is maintainable, performant, and fun. Writing JavaScript Views the Hard Way is inspired by such books as Learn C the Hard Way.
What is this?
Writing JavaScript Views the Hard Way is a pattern for writing JavaScript views. It is meant to serve as an alternative to using frameworks and libraries such as React, Vue and lit-html.
It is a pattern, not a library. This document explains how to write views i...
Read more at github.com