Published inVue.js DevelopersRecipes to Wrap, Extend or Proxy a Vue ComponentWith an exciting new third-party component to introduce to your project, you think, hmm, what about DRY? I’ll wrap it!Jun 15, 20212Jun 15, 20212
Published inDailyJSServer-side rendering and the journey to the center of Nuxt.jsNuxt.js is what comes to mind when we think about server-side rendering (SSR) in Vue. Besides that, it is also a…Mar 29, 20212Mar 29, 20212
Published inDailyJS5 Tips for Sharing code between NuxtJS ProjectsMany companies have multiple portals, and having them share common code is certainly the scenario we’d prefer, so what are the challenges…Sep 8, 20207Sep 8, 20207
Published inVue.js DevelopersA trick up Vuex’s sleeve: Promises and WeakMapsSome devs fetch data in components and put the results in the store, others make Ajax requests inside store actions. The former might need…Nov 15, 2019Nov 15, 2019
Published inVue.js DevelopersVue-next and why Maps solve a big problemSo we got the first look at the code for vue-next, still in pre-alpha so some waiting left. But finally we can start to put some of our…Oct 7, 2019Oct 7, 2019
Published inTeamwork Engine RoomVue.js Advanced Reactivity API and Caching Method-style GettersWhy or where you might need it, a practical how-to, and a guide to the internal mechanics involved.Jul 11, 20193Jul 11, 20193
Published inDailyJSTracing or Debugging Vue.js Reactivity: The computed treeWith all the buzz about the next major release of Vue, there is plenty of intrigue surrounding announced features, one that caught my…Feb 26, 20195Feb 26, 20195
Published inDailyJSPatching the Vue.js Virtual DOM: The need, the explanation and the solutionYour first question might well be, why would it be necessary to interfere with the Virtual DOM? Vue.js neatly abstracts this concept from…Nov 8, 20184Nov 8, 20184
Published inDailyJSDates in Vuex: Primitives or Complex Objects?What is the Recommendation?Aug 1, 2018Aug 1, 2018
Published incodeburstLow Verbosity i18n with Custom Vue DirectivesDirective Lifecycle and Directive LintingJan 3, 2018Jan 3, 2018