DEV Community

Discussion on: The World Of CSS. Should you write your own CSS or use any Library?

Collapse
 
robertseidler profile image
RobertSeidler • Edited

Nice article. I really like learning a bunch of stuff while rolling my own custom solutions. If it's just for fun, I would recommend using fewer libraries and try to understand, how the basic stuff works (if you don't already do).

But you are right, if you want to get stuff done quick using a few frameworks, will help most times. Althought getting the basics in, will speed everything up as well, just not immediately.

Also did you check out the is-even package more closely, it's amazing. The script depends on the similar successfull is-odd package. Gonna steal and improve on that, ty. I'm going to depend on all my previous work from now on, would be a waste otherwise (my upcomming projects: is_number -> not_number -> increment_operator -> decrease_operator -> add_operator -> ...).