A TypeScript library for building custom user interfaces
-
No dependencies.
Simple, super lightweight and modular ui library written in TypeScript.
-
No virtual DOM.
Create and access the real DOM. This brings you in full control with best performance.
-
It's not a framework.
It's a library. So it's up to you how to structure your app. But there is a recommondation for a best practice at webfruits/best-practice
-
It's vanilla coding.
Just use pure TypeScript to code your UI. There is no need to learn any declarative template language. That’s why it’s easy to learn & work with.