S
S
SpideR-KOSS2016-06-01 08:53:28
css
SpideR-KOSS, 2016-06-01 08:53:28

Bootstrap 4 vs Foundation 6 vs FlexBox?

Good afternoon!
I'm primarily interested in the opinions of people who work with either Bootstrap or Foundation or FlexBox.
The task is simple. It is necessary to lay out a relatively simple and lightweight template and pull it onto the engine.
The problem is that the template will be gradually refined, improved, modernized, so the issue of scaling is of most interest.
The second main quality of the tool is simplicity, ease and speed of development. I would not like to get confused in a huge number of classes, etc.
To be honest, I myself look towards pure FlexBox, but judging by the topics on the Internet, Bootstrap and Foundation are also good helpers in this matter.
What can you advise?

Answer the question

In order to leave comments, you need to log in

8 answer(s)
A
Andrey, 2016-06-01
@AndreyMyagkov

The problem is that the template will be gradually refined, improved, modernized, so the issue of scaling is of most interest.

Type it yourself, even with flexbox, even with floats. Frameworks will limit you. These frameworks are designed for rapid prototyping and admins. For sites it is better not to use.

V
Vladimir Grabko, 2016-06-01
@VGrabko

Bootstrap

K
Kater-auf-Dach, 2016-06-01
@Kater-auf-Dach

Foundation is more flexible, it is easier to use it for semantic layout, which is well written in the documentation:

.container {
  @include grid-row;
}
.main-content {
  // Use a custom fraction (20%)
  @include grid-column(1 of 5);
}

And further. 6th version allows you to make a grid just on flex

A
Alexander, 2016-06-01
@alexmixaylov

Simple and easy?
if you only need a grid, in my opinion, then you are in the direction of flexbox, its support is improving
also recently came across
https://www.youtube.com/playlist?list=PLvWwA9iDlhH...
cool thing a new project I will try to make on it

R
Rafael™, 2016-06-01
@maxminimus

one FlexBox is not enough for layout
, you also need to use position - abs rel fix

A
Anton Almost, 2016-06-01
@janik_o1

best practice bootstrap

C
cyberlain, 2016-06-01
@cyberlain

in terms of lightness and scalability, I like uikit more, it has flex, everything you need is connected as needed, and does not go all together like in bootstrap, a lot of css animations out of the box and many other goodies

D
Damir Davletov, 2016-11-19
@damir77716

there is such a thing as material design lite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question