Archived
This repository has been archived on 2026-05-05 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
f8e32e7719c3102a5847de546c94480423e23e68
elc-ui is a Node.js compiler CLI that reads .el component files and emits either a browser ES2022 module (web target) or a Node.js CJS render script (server target). The server target embeds the component source at compile time and exports renderToString(componentName, props) -> HTML string, which any El web server can require() and call. CLI mode (node render.js ComponentName propsJson) lets the web server invoke it via exec() as a subprocess. The web target emits class-per-component JS matching the hand-compiled format, so compiler output and hand-written components are interchangeable.
Description
el-ui — frontend framework where state is an Engram graph and reactivity is spreading activation
437 KiB
Languages
Emacs Lisp
85.1%
JavaScript
14.9%