Codeminer42's Engineering Blog

Vue.js

  • How to use dynamic Components in Vue

    · 7 min read · by Edy Silva

    Hi guys, in today's post I want to share an interesting scenario about using dynamic components with you. Imagine this situation where you have a search feature in your application.…

  • Composition API in VueJS

    · 13 min read · by Felipe Nolleto

    Hello guys! In this article I will talk about the Composition API in VueJS. More precisely, I'll give you a brief introduction and talk about my experience with the Compositions…

  • Scalable Frontend #4 – Custom Hooks to the Rescue

    · 19 min read · by Talysson Oliveira

    This post is part of the Scalable Frontend series. You can see the other parts here: “#1 — Architecture”, “#2 — Common Patterns”, and “#3 — The State Layer”. And…

  • Building Scalable Client-side Components

    · 7 min read · by Matheus Azzi

    Writing components is a good way to structure our client-side apps. However we should be careful when writing and using them. In my recent projects I always kept a Styleguide.…