Vuex! Our state management hero for Vue. In this guide, we’re going to explain the concepts of state management in Vue, what is Vuex, the basics of it works. After this, you’ll be ready to integrate Vuex into a new or existing Vue App! As our requirements grow for our applications, they become increasingly complex, […]
As 2018 grows ever-more familiar, the argument for moving away from a traditional e-commerce store is growing rapidly. Statistics show conversion rates fall from around 6% in native mobile apps to 4% on desktop, and only 2% on the mobile web. Let’s take a look at the benefits of Progressive Web Apps and the alternative […]
Vue.js ships with a few pre-defined events that allow you to capture an input from a user’s mouse, be it clicking on an element, hovering over it, scrolling, etc. Using these you can provide a greater level of interaction with your Vue website/web app. In this post I will go over some of these mouse […]
Following on from the first post covering this component, I will now go through a more advanced implementation of the Vue Slider component. I’ll start with separating the range slider to two separate sliders. In this example, one of the sliders will represent a minimum value for a form question, and the second slider will […]
Let’s construct a scenario for ourselves here. Say you want to allow a user to select a value within a predefined range using the user interface of a slider that can be dragged back and forth. Yes, this is very specific. Yes, this is coincidentally exactly what the Vue Slider component, the subject of this […]
Frontend developers have a variety of tools at their disposal, and depending on their methods of working and the type of project, some programming languages or frameworks may suit them better than others. Nevertheless, there has been a continued debate over which framework is the best. The best way to help decide a framework to […]