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.
by alexander-lichter
Group Composition API code by logic, not by type. Use inline composables to encapsulate related functionality without extracting to separate files.
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.