Uncle Pushui

Uncle Pushui @uncle-pushui

About: Less is more, while more is less

Joined:
Aug 1, 2024

Uncle Pushui
articles - 4 total

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

Learn More 0 0Oct 14 '24

How to achieve unified management of four types of global state data in Vue3?

In actual development, you will encounter four types of global state data: asynchronous data (usually from the server) and synchronous data, while synchronous data is divided into three types: localstorage, cookie, and memory. In the traditional Vue3, different mechanisms are used to handle these state data, while only a unified Model mechanism is needed in Zova

Learn More 0 0Oct 11 '24

How to provide types for route query parameters in Vue3

Preface Recently, a Vue3 framework that supports IOC containers was released: Zova. Unlike...

Learn More 1 0Aug 6 '24

Come on, provide an ioc container for Vue3 that is comparable to Angular

Why provide an ioc container for Vue3 Vue3 is fully capable of developing large-scale...

Learn More 0 0Aug 1 '24