Hacker News new | ask | show | jobs
Writing Custom CSS vs. Using Front End Frameworks (stackoverflow.com)
5 points by sheharyarn 3029 days ago
1 comments

Using the first method with a bunch of classes makes a lot of sense when you're going with a UI library like React.js or Vue.js.

You have separate components and you use the classes to style them. So you're not repeating them all over the place because you're then just rendering a single component instead of repeating HTML.