Imperative Modal in Vue3
Exploring a cleaner way to trigger modals programmatically in Vue3 using the h function and createApp.
Exploring a cleaner way to trigger modals programmatically in Vue3 using the h function and createApp.
A full walkthrough of setting up a Vue3 project: tooling, routing, state management, UI library, i18n, and more.
Best practices for implementing load-more pagination in H5 pages with React components.
Understanding Vue's asynchronous DOM update mechanism and why UI changes don't always happen immediately after data changes.
Step-by-step guide to configuring internationalization in a Vue project using vue-i18n with dynamic locale switching.
Why returning false in before-upload removes existing files from the list, and how to fix it for multi-file scenarios.
A deep dive into Vue’s reactivity system: the relationship between data and functions, dependency tracking, and how Proxy powers it all.
A pattern for handling flexible function parameters that accept both shorthand and full-form inputs.
What phantom dependencies are, why they cause hidden bugs, and how pnpm eliminates them by design.
The difference between debounce and throttle, when to use each, and how to implement them from scratch.