Answer the question
In order to leave comments, you need to log in
Which flexbox framework to take?
I use Gridlex
now and I'm happy with it, but I often read information that it's better not to use [class*=] classes, because they load the browser. And it is completely built on such a class. I decided to google and the first framework I came across is Flexbox Grid , similar to bootstrap markup. But it is somehow confused, and at the same time too simple (why is the box class?).
Are there any other well-established flex frameworks out there?
At first, I myself used flexbox without a framework, but I often had bugs, which I then searched for through IE11. Thanks in advance.
Why I decided to look for other frameworks, because it seems that the browser sometimes lags on sites built by it. Maybe it's a suggestion effect?
Answer the question
In order to leave comments, you need to log in
.box is an insert in which you place column data (for example, you need to make a margin on the column, you just hang the style on the .box class and that's it). PS the .box class is optional in the grid, you can add any div with a class (not necessarily .box), Flexbox Grid is a great tool.
gridlex is good as a finishing base in my opinion.
[class*=] can be rewritten simply as classes, add your own, etc.
Frameworks are flexible, customizable tools for work, you use them when you need, as much as you need, as you need, and they do not dictate to you what to do.
If adaptability is not needed, then polymer layout may be suitable
https://github.com/PolymerElements/iron-flex-layout...
splintercode.github.io/core-flex-grid
splintercode.github.io/core-grid
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question