Kohei Mikami
About Tags Contact 日本語

Mar 21, 2021

CSS frameworks evaluation on 2021: How to pick the right framework?

Overview It is very easy to find articles like 100 best CSS Frameworks in 2021. Just to clarify, that’s not what I’m trying to write here. CSS frameworks are solutions for your problem, so you can’t pick the best framework unless you know what the problem is. I’m going to start by describing 2 aspects here, which are Design Cost and Customisability. As you can see below, I categorised major CSS frameworks into 4 groups, which solves completely different problems.

Tags:  Front-end ,  CSS

Dec 13, 2017

Understanding Rendering Process with Virtual DOM In Vue.js

“The template looks just like your typical HTML document, not like JSX in React. How does Vue use their Virtual DOM internally?” At this point, you probably have a good understanding of the ease of use that Vue provides to us. That being said, the internal processes that make Vue so easy to use externally are much more complex internally. As a front end developer, it is extremely important to understand the rendering process because it helps to solve problems when you are faced with those tediously annoying bugs.

Tags:  Vue

Copyright © 2017
Powered by Hugo & Pixyll