Vue+React+Angular
Refines the pros of Vue/React/Angular and avoid their cons to make our development experience more elegant and reduce the mental burden
A more intuitive framework
With the pros of Vue3, React and Angular, empowers developers to build elegant, fast and reliable applications
Refines the pros of Vue/React/Angular and avoid their cons to make our development experience more elegant and reduce the mental burden
Zova can be used with any UI library and comes with built-in project templates for several UI libraries, making it easy to use out of the box, including antdv, element-plus, quasar and vuetify
Built-in out-of-the-box SSR solution, supporting both front-end applications and admin management systems
With the support of ioc container, defining reactive states no longer needs ref/reactive. Without ref, naturally there is no need to write a lot of ref.value
Built-in CSS-in-JS capability making style development more flexible and convenient, while providing out-of-the-box theme switching capabilities
Encapsulating unified data sources through model mechanism, including Cookie, Localstorage and server-side data managed by TanStack Query
The IOC container provided by Zova has a clearer concept and more powerful functions, which is a powerful tool for the development of large-scale business systems
In a large web business system, as the business grows and changes, it is also necessary to divide the system into relatively independent modules in order to avoid code bloating. This is why Zova introduces modularization. In Zova, a module is a natural bundle boundary, and automatically bundled into an independent asynchronous chunk when building, bidding farewell to the hassle of Vite configuration and effectively avoiding the fragmentation of bundles. Especially in large business systems, this advantage is particularly evident