Mike Rockétt

Showing posts in Vue

Routisan is Retired

Vue 1 April 2023

But it’s far from dead. I’m rebuilding it in TypeScript, and will be releasing it under a new name soon.

Component Factories for Vue

Vue 20 December 2020

It’s not uncommon to follow the default approach and register global Vue components manually. But there’s a better way. Two of them, in fact. And we can do it for Vuex too, but that’s for another post.

State Helpers for Vuex

Vue 20 December 2020

Shorter code is great. Even shorter code is even better. In this post, you’ll learn how to drastically shorten the length of your Vuex mutations, making for some really clean code.