How are frameworks (like Bootstrap) *limiting*? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How are frameworks (like Bootstrap) *limiting*?

I understand how they could benefit a developer, but how does it limit you? If you need something not provided by a framework can't you just build on top of it yourself with additional CSS?

30th Mar 2017, 10:40 PM
Justin
Justin - avatar
1 Answer
+ 1
A framework like Bootstrap takes care of a lot of the nitty gritty details that come with development. In doing this, they make a lot of choices for you. Things like amount of columns and column margin size are already decided for you. You don't do it yourself so you don't learn how the insides operate. That's problematic if you decide you want to change something around.
31st Mar 2017, 1:07 AM
Trevor Brick
Trevor Brick - avatar