Creating Your Own Vue.js Router
Have you ever created a Vue.js Router by yourself? Do you know the foundations of a router? When we use one from a framework or plugin it might seem like it just works, but under the hood, a router must take care of several things.
In this series, we’ll take a look at how we can build our own Vue.js router.