R
R
regular person2018-10-16 15:55:33
JavaScript
regular person, 2018-10-16 15:55:33

Can flexbox and let be used in 2018?

I use vanilla flexbox without crutches, and let instead of var
I want to be cross-platform.
Question - which IEs support flexbox and let?
Can you be sure that this works in IE11?
Or just starting with Edge?
What proportion of Runet users will be in flight if you do not support IE?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladislav Lyskov, 2018-10-16
@Vlatqa

let - none ie
flex - fully none ie
Can flexbox and let be used in 2018?
Yes

M
Maxim Timofeev, 2018-10-16
@webinar

What proportion of Runet users will be in flight?

What's wrong with seeing support?
let: https://developer.mozilla.org/en/docs/Web/JavaScri...
flex: https://caniuse.com/#search=flex

V
Vladimir Malkov, 2018-10-16
@MalkovVladimir73

IE11 supports flexbox just fine. If you're using babel, you can use modern js syntax to your heart's content.

P
Pashchuk Ilya, 2018-10-16
@IlyaDeveloper

Hello, bro, I think that not only is it possible, but it is also necessary to use new features in the yard in 2018, babel polyfills and auto-prefix, if you really need to achieve a cross, they will help, as for IE, they are already a thing of the past, I think for another six months at most a year and everyone will forget about it irrevocably if you haven't already done so!!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question