lithent
Lightweight UI components with closure-based reactive state
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Lithent?โผ
Run `npx skills add superlucky84/lithent --all -g -y` in your terminal to install all skills in this suite globally.
What is Lithent used for?โผ
Lithent is a 4KB JavaScript library for building user interfaces with closure-based state, offering both manual update control and automatic reactivity without heavy framework overhead.
What is the difference between mount and lmount in Lithent?โผ
Use mount with state and an explicit renew() call for manual control, or lmount with lstate for automatic reactivity where updates happen without calling renew.
Does Lithent work without JSX?โผ
Yes. You can build components with FTags function-style tags or HTM tagged template literals, so no build step or JSX compiler is required.
Can Lithent handle server-side rendering?โผ
Yes. The lithent/ssr module provides renderToString for the server and hydration support on the client for fast initial page loads.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core