1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-24 17:39:36 +01:00
A library expanding the capabilities of the native DOM API with the aim of offering the possibility of writing reactive UI templates/components declaratively directly in JavaScript. https://jaandrle.github.io/deka-dom-el/
Go to file
2023-08-22 19:11:55 +02:00
test 🎉 2023-08-22 16:32:33 +02:00
index.d.ts 🎉 2023-08-22 16:32:33 +02:00
index.js 🎉 2023-08-22 16:32:33 +02:00
LICENSE Initial commit 2023-08-22 16:29:37 +02:00
README.md 📝 Update README with source code links and WIP warning 2023-08-22 19:11:55 +02:00

WIP (the experimentation phase) | source code on Gitea | mirrored on GitHub

Deka DOM Elements

This is reimplementation of jaandrle/dollar_dom_component: Functional DOM components without JSX and virtual DOM. Subrepository for https://github.com/jaandrle/jaaJSU ($dom namespace).

The goal is to be even more close to the native JavaScript.