aberdeen
Reactive web interfaces in plain TypeScript without virtual DOM
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Aberdeen?โผ
Run `npx skills add vanviegen/aberdeen --all -g -y` in your terminal to install everything in this repository globally.
What is the Aberdeen JavaScript framework?โผ
Aberdeen is a tiny reactive UI library that wraps your state in proxy objects and re-renders only the DOM parts affected by data changes, with no virtual DOM or compiler.
Does Aberdeen require JSX or a build step?โผ
No. You write interfaces in plain JavaScript or TypeScript function calls, with full type safety and autocompletion and zero mandatory build tooling.
How big is Aberdeen compared to React?โผ
The core is about 7KB minified and gzipped with zero runtime dependencies, making it far smaller than React while still including routing, transitions, and dev tools.
Can I use Aberdeen without coding experience?โผ
Basic JavaScript knowledge is needed, but the included skill file lets your coding assistant write correct Aberdeen code from your plain-English requests.
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