Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Expert guidance for building reactive UIs with the Aberdeen library. Covers element creation, reactive state management, efficient list rendering, CSS integration, routing, transitions, and optimistic updates.
Sign in to like and favorite skills
Aberdeen is a reactive UI library using fine-grained reactivity via JavaScript Proxies. No virtual DOM, no build step required.
$('div.box#Hello') is more concise than object syntax$('input value=', data) not $('input value=${data}')text=', ref(obj, 'key') to avoid parent scope subscriptionsonEach for lists - Never iterate proxy arrays with for/map in render functionsThe complete tutorial follows below. For detailed API reference open these files within the skill directory:
$, proxy, onEach, ref, derive, map, multiMap, partition, count, isEmpty, peek, dump, clean, insertCss, insertGlobalCss, mount, runQueue, darkModecurrent, go, push, back, up, persistScrollDispatcher, MATCH_REST, MATCH_FAILEDgrow, shrinkapplyPrediction, applyCanon