Solving real-world problems with quality web applications
I'm a software developer who specialises in creating large-scale JavaScript applications, using modern web standards.
Defining Vue.js Router Routes with Regular Expressions
Vue Router routes can have parameters which use regular expressions to help validate their values and clear up any ambiguity between similar routes. This article talks through how we add them and why they're useful!