michael-klein / enthjs

enth.js - Not just the nth JavaScript framework you found today! ;-)

Home Page:https://michael-klein.github.io/enthjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enthjs logo

Quick Intro

Click here to go to the documentation site, implemented with enth.js itself.

enthjs is a JavaScript view library that the latest(-ish) language features such as:

  • web components for encapsulation
  • generators to define components and templating directives
  • tagged template literals for templating
  • proxies for change tracking

The library is written in typescript and built as es6 modules. Most parts, including all templating directives, can be loaded on a as-needed basis.

About

enth.js - Not just the nth JavaScript framework you found today! ;-)

https://michael-klein.github.io/enthjs/

License:MIT License


Languages

Language:TypeScript 98.3%Language:HTML 1.7%