- Published on
How often have you needed to trigger a side-effect when a simple Boolean value is changed? In Vue, this is simply achieved, but can get a bit verbose. Let's abstract this design pattern into a composable for easy reuse, and learn some things on the way!