renderel
Renderel is a lightweight rendering library designed to render declarative templates into HTML or DOM nodes. It is intended for embedding in web applications and static page generators, providing a small, portable core that can be extended with plugins or adapters for different runtimes. The library emphasizes predictable updates and a straightforward API.
Core concepts include a minimal template syntax, a reactive data model, and a component system with lifecycle
Usage typically involves defining templates that bind to data sources and composing components into a scene
Renderel originated as a community project to explore lightweight rendering primitives and has seen contributions from