Match Chinese Characters
A technical guide on using Unicode property escapes in regex to detect Chinese characters in strings, offering a cleaner alternative to traditional methods.
Anthony Fu is an open-source creator and design engineer at NuxtLabs and Vercel, known for building popular tools like Vitest, VueUse, UnoCSS, and Slidev, and for contributing to the Vue, Nuxt, and Vite ecosystems.
51 articles from this blog
A technical guide on using Unicode property escapes in regex to detect Chinese characters in strings, offering a cleaner alternative to traditional methods.
A guide on setting up domain and site name redirects on Netlify using the netlify.toml configuration file.
A developer details their journey migrating a personal blog from Gridsome/Vue 2 to Vite/Vue 3, including tools built and lessons learned.
Explores destructuring patterns in JavaScript, comparing array vs. object returns in React hooks and Vue 3 Composition API.
Explores Vue 3's reactivity system, detailing how computed properties, effects, and the watch API work under the hood.
A developer's journey to improve icon usage in web projects, leading to the creation of tools like Icônes and Iconify IntelliSense for better developer experience.
Introduces Vue Demi, a utility for writing universal Vue.js libraries that work with both Vue 2 and Vue 3, addressing migration challenges.
Personal notes and practical tips for developers migrating from Vue 2 to Vue 3, covering reactivity, v-model, and TypeScript.
Explains how Vue.js uses TypeScript's ThisType utility for type inference in the Options API, enabling better type safety.
A developer shares how to set up a custom domain email using forwardemail.net, a freemium email forwarding service, as an alternative to paid services like hey.com.
A developer shares their experience building a personal blog and portfolio site using Gridsome and Forestry.io.