Back to articles

Tag archive

#zova

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
Why Frontends Still Need Wrapping After Hooks
Jul 18, 2026

Why Frontends Still Need Wrapping After Hooks

Hooks are the default way to reuse state and interaction logic, but they do not eliminate a different need: applying ref handling, prop transformations, layout, and presentation rules around an existing rendering target. Starting with an autofocus React HOC and continuing with Cabloy/Zova Behavior examples, this article explains why cross-cutting rendering rules still need to be independently attachable, replaceable, and composable.

Jul 18, 20267 min read0 reactions0 comments