I'm too lazy to not use Bootstrap
Published at January 9, 2019 · 2 min read
I never liked hit with CSS. I hate to deal with HTML make up a lot. I prefer to work with JavaScript and omit styles if possible. Maybe it’s only because I’m not an expert in this area.
That’s why I use Bootstrap framework where it’s possible. It allows everybody to create pretty good UI’s for web application with minimal knowledge of styles and CSS.
In a real word, I don’t even want to use Bootstrap directly in web applications based on modern libraries and frameworks like React and Vue.js. These tools force you to use components instead of code and layout duplication. There are great projects like Bootstrap + Vue and React-Bootstrap which do all wrapping around Bootstrap to provide us ready to use components.
...