2026-04-27 10:53:03.734908+08
Explain the best practices for using the Vue.js 3 Composition API in a large-scale project. Demonstrate how to create "Composables" for shared logic, how to manage global state using "Pinia", and provide a code example of a custom "useFetch" hook with loading and error states.