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]
- Host: GitHub
- URL: https://github.com/e-e-e/inactive
- Owner: e-e-e
- Created: 2020-11-05T21:07:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T18:41:22.000Z (over 5 years ago)
- Last Synced: 2025-02-28T22:12:17.310Z (over 1 year ago)
- Language: TypeScript
- Size: 251 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.