Tool
Vue.js
Progressive component-based framework with fine-grained reactivity, a typed Composition API and a unified first-party ecosystem (Router, Pinia, devtools).
Key points
- ▸Fine-grained reactivity: the system tracks per-property dependencies and only re-runs what changed.
- ▸Composition API + script setup make hooks and logic reusable, with strong TypeScript typing.
- ▸Single File Components: template + script + style in one .vue; tree-shakeable with fast HMR via Vite.
Seed content from the CV; pending manual review or Trilium ingestion.