M
M
Margo19642016-02-03 17:43:25
css
Margo1964, 2016-02-03 17:43:25

Do you use Flexbox in production?

2 years ago they said - early. And now?
Would you risk using Flexbox in your work
A) On a large project (Bank)
B) On a landing page C
) On an information portal with a large audience?
Is it time to use Flexbox as your primary responsive layout, or is it too early?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
Pavel Radkov, 2016-02-04
@paulradzkov

I have been using it for a couple of years as a progressive improvement:
1. First, I write the markup the old fashioned way through float, display-table or inline-block. In this case, the result may differ slightly from the design, be simpler, the main thing is to look neat.
2. Through modernizr I define flexbox support and rewrite the markup on flexbox. Everything has to be by design.
Lately, I've been starting to do the opposite: first I write the markup on flexbox. And then through .no-flexbox degradation to the old float, display-table or inline-block.

M
Mikhail Osher, 2016-02-03
@miraage

As far as I remember, Microsoft has now stopped supporting the old IE, that is, the current ones - IE11 & Edge.
They support flex.
Other IE nerds can be shown a warning with content like "you're using ancient browser, upgrade'.

A
Anton, 2016-02-03
@SPAHI4

It all depends on which browsers to support. If IE >= 10, then you can use

O
Olga Grabko, 2016-02-03
@MyaFF

About a year ago, they started using it on some blocks, if the TOR does not require IE8+ (by default, it hasn’t been around for a long time), we still use the bootstrap for the main grid. I’m also thinking whether it’s time to make the main grid with flexes.
And the bank (and the gosses and "okologos") will most likely need the support of the latest dinosaurs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question