Rei Yoshizawa
AboutArticlesContact

How to Properly Use $refs for DOM manipulation in Vue.js

July 06, 2020

This post explains how $refs and ref are used together to manipulate DOM, and in which situation we should not overuse these

Vue $listeners, $attrs are the handy way for passing event and data

June 29, 2020

By using $listeners and $attrs, You can pass event and data pretty easy

Discard File Changes by VSCode Instead of git stash

June 24, 2020

SCode has a simple functionality to discard file changes

Dynamic Components is A Great Vuejs Feature

June 22, 2020

Dynamic Components can be useful for the project which requires multiple modals or tabs.

18 Basic Git Commands Beginners Must Learn

June 15, 2020

Introduce the most frequently used Git commands for beginners

I Prefer Using CSS Grid to Flexbox

June 01, 2020

Nowadays the frontend layout is dependent on CSS Grid and Flexbox. In thi article, I will explain why I prefer CSS Grid to Flexbox

5 Tips to Use BEM CSS Naming Convention Properly

May 25, 2020

BEM is the most concise way of writing CSS nowadays but you might not know about the proper way using that

© 2020, Built by Rei Yoshizawa