+ 1
Should I learn bootstrap if I already started learning CSS grid?
So I've been learning css grid for the past few days but some people said bootstrap is better because its easier to use? So my question is, which is better?
1 ответ
+ 7
You can complement both technologies. There are things that by default you can not do with the components offered in Bootstrap, and in those cases knowing about Flexbox or CSSGrid is an advantage, since you can make a responsive implementation of what you like.
So in a general way, in this case, there is no one technology superior to the other.