All topics
Frontend · Learning hub

Vue notes for developers

Master Vue with a curated set of 8 developer notes — core concepts, patterns, and interview prep. Maintained by the DevRecall team.

Save this stack to your DevRecallMore Frontend notes
Vue

Reactivity System & Composition API

Vue Reactivity System & Composition API Vue 3 introduced the Composition API, a powerful set of APIs that allows you to author Vue components using imported fun

Vue

Component Communication & Props

Vue Component Communication & Props Learn how Vue components communicate with each other through props, events, provide/inject, and other patterns: Props - Pare

Vue

Vue Router & Navigation

Vue Router & Navigation Vue Router is the official routing library for Vue.js. It deeply integrates with Vue core to make building Single Page Applications with

Vue

State Management with Pinia

Vue State Management with Pinia Pinia is the official state management library for Vue. It provides a simple, type-safe API and works seamlessly with the Compos

Vue

Performance & Best Practices

Vue Performance & Best Practices Optimize your Vue applications for maximum performance and follow best practices for maintainable, scalable code: Component Per

Vue

Testing Vue Applications

Testing Vue Applications Comprehensive testing strategies for Vue applications using Vitest, Vue Test Utils, and end-to-end testing tools: Vitest - Modern Testi

Vue

Directives & Template Syntax

Vue Directives & Template Syntax Vue's template syntax and built-in directives provide powerful ways to declaratively bind data to the DOM: Text Interpolation &

Vue

Interview Questions

Vue Interview Questions Comprehensive Vue.js interview questions covering fundamentals, reactivity, Composition API, and advanced topics: Fundamentals 1. What i

Keep your Vue knowledge sharp.

Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.

Get started — free forever