Back to articles

Tag archive

#vue3

Stop Turning Vue3 into a Tangle: From Scattered State to Object Collaboration with Zova
Aug 2, 2026

Stop Turning Vue3 into a Tangle: From Scattered State to Object Collaboration with Zova

Starting from the familiar experience of excessive composable destructuring, unclear state ownership, and multiple overlapping state mechanisms in Vue projects, this beginner-friendly article introduces how Cabloy/Zova combines Vue 3 reactivity, TSX, and Angular-style dependency injection into one collaborative model built around Controllers, Beans, and Models.

Aug 2, 20269 min read0 reactions0 comments
Vite: How to resolve bundle fragmentation?
Oct 14, 2024

Vite: How to resolve bundle fragmentation?

This article analyzes the causes of Vite bundle fragmentation and proposes a modular system to simplify the chunks-merging configuration. At the same time, it adopts a dynamic loading mechanism to perfectly avoid the occurrence of two potential issues during bundling

Oct 14, 20246 min read0 reactions0 comments