DEV Community

Discussion on: What are your fav ES6 features?

Collapse
 
merichard123 profile image
Richard

I use most of them quite a lot, especially with react. My favourite is probably template literals, save me doing messy concatenation with concat or the + operator. I probably use import and export the most along with const and let as I don't use var much anymore.

Collapse
 
madza profile image
Madza

Yup, ES6 features has long time ago become a norm, especially when working with modern libraries/frameworks :)