0.0.1-alpha.5 • Published 4 years ago

inactive v0.0.1-alpha.5

Weekly downloads
71
License
MIT
Repository
-
Last release
4 years ago

Inactive

Have you ever just wanted a simple way to generate HTML content easily in Javascript without all the weight of a virtual dom and a reactive state management?

Well, this is where Inactive comes in. Its compiles JSX to DOM Elements, which can then be directly attached to the DOM. There is no state management system, Virtual DOM or anything fancy, so that part is up to you.