Codeminer42's Engineering Blog
Vue.js

How to use dynamic Components in Vue
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
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
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
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.…