Second Brain
HomeTableBooksPodcastsNewslettersGraphStatsTagsAuthorsAbout

code-style

(2)

Organize your Composition API code

by alexander-lichter

Group Composition API code by logic, not by type. Use inline composables to encapsulate related functionality without extracting to separate files.

vuecomposablescode-styleJan 2, 2026

Mastering Vue 3 Composables: A Comprehensive Style Guide

by alexander-opalic

A comprehensive style guide for writing clean, testable, and maintainable Vue 3 composables by applying time-tested software design principles like single responsibility, separation of concerns, and functional core/imperative shell.

vuecomposablescode-stylebest-practicesarchitectureJan 1, 2026
Source