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.
143137e2b4e28e6bd1ae54a93b5f43caada1beb1
Counter.el defines Counter, CounterPair, and App components with {#if}
conditionals, event handlers, and child component composition.
render.js (generated by elc-ui --target=server) is the Node.js render
script the server calls. app.js (generated by elc-ui --target=web) is the
compiled browser module. hydrate.js attaches the runtime to the
server-rendered DOM without replacing it.
index.html shows the integration point with instructions for injecting
server output and the two CLI commands needed to regenerate both targets.
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%