Direct link to the article Filtering Lists Dynamically With Vue on the Server Side is Easier Than You’d Think

Filtering Lists Dynamically With Vue on the Server Side is Easier Than You’d Think

I recently attended the ARTIFACT conference in Austin, TX, and was inspired by a few talks about accessibility through the lens of site performance. It became clear to me that there is this tendency to rely on big JavaScript frameworks …

Avatar of Dan Brellis
Dan Brellis on

Using Filters in Vue.js

Filters are an interesting way to deal with data rendering in Vue but are only useful in a small amount of cases. The first thing to understand about filters is that they aren’t replacements for methods, computed values, or watchers, …

Avatar of Sarah Drasner
Sarah Drasner on