inactive
v0.0.1-alpha.5
Published
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?
Downloads
2
Readme
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.