lithent
Installation
SKILL.md
Lithent Agent Skills
Version: {{VERSION}}
This file provides AI agent skills for working with the Lithent library.
Overview
Lithent is a lightweight (~4KB) JSX-based virtual DOM library with closure-based state management. It offers two component modes:
- Manual Mode (
mount): Explicit control withrenew()function - Light API Mode (
lmount): Auto-reactive withlstate/lstore
Component Creation
Manual Mode (mount)
import { mount, render } from 'lithent';
import { state } from 'lithent/helper';