Ask HN: Are you using new JavaScript / CSS features on any non-trivial web projects?
I am happy that JS and CSS are progressing, but I feel that most of the new features are literally years away from being usable "natively", ie, without polyfills / transpiling, due to browser inconsistencies / errors and legacy browser support. But rather than feel this way, I would love to be shown that I am wrong.
Are you using new features of JS / CSS in a non-trivial web app?
4 comments
[ 5.6 ms ] story [ 41.1 ms ] threadOn the client side, I recently wrote a CMS for a big company based on CSS flexboxes (which are not polyfillable). I also wrote a number of browser projects using ES6 / ES7 features, but normally you demand transpiling and polyfilling to Babel, so you never know.
I think Microsoft allows it's enterprise customers to buy support for older versions of IE.