An open API service indexing awesome lists of open source software.

https://github.com/e-e-e/inactive

A lightweight JSX library with no Reactivity [WIP]
https://github.com/e-e-e/inactive

Last synced: about 1 month ago
JSON representation

A lightweight JSX library with no Reactivity [WIP]

Awesome Lists containing this project

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.