How to Properly Use $refs for DOM manipulation in Vue.js
July 06, 2020This post explains how $refs and ref are used together to manipulate DOM, and in which situation we should not overuse these
This post explains how $refs and ref are used together to manipulate DOM, and in which situation we should not overuse these
By using $listeners and $attrs, You can pass event and data pretty easy
SCode has a simple functionality to discard file changes
Dynamic Components can be useful for the project which requires multiple modals or tabs.
Introduce the most frequently used Git commands for beginners
Nowadays the frontend layout is dependent on CSS Grid and Flexbox. In thi article, I will explain why I prefer CSS Grid to Flexbox
BEM is the most concise way of writing CSS nowadays but you might not know about the proper way using that