Эволюция CSS: от CSS, SASS, BEM, CSS Modules к Styled Components
https://m.alphasights.com/css-evolution-from-css-sass-bem-css-modules-to-styled-components-d4c1da3a659b
https://m.alphasights.com/css-evolution-from-css-sass-bem-css-modules-to-styled-components-d4c1da3a659b
AlphaSights Engineering
CSS Evolution: From CSS, SASS, BEM, CSS Modules to Styled Components
Since the beginnings of the Internet we’ve always had the need to style our websites, CSS has been around forever and has evolved at its…
Как я уничтожил производительность своего блога с помощью CSS Background-Blend-Modes
https://learntemail.sam.today/blog/1-css-property-that-will-ruin-your-scroll-performance/
https://learntemail.sam.today/blog/1-css-property-that-will-ruin-your-scroll-performance/
learntemail.sam.today
How I Destroyed my Blog's Performance with CSS Background-Blend-Modes
Just because a browser has a feature doesn't mean you should use it
20 коротких видео, которые помогут вам выучить Grid Layout
https://gridbyexample.com/video/
https://gridbyexample.com/video/
Пытаемся разобраться в поддержке CSS в Gmail (после последнего обновления)
https://emails.hteumeuleu.com/trying-to-make-sense-of-gmail-css-support-after-the-2016-update-53c15151063a
https://emails.hteumeuleu.com/trying-to-make-sense-of-gmail-css-support-after-the-2016-update-53c15151063a
emails by HTeuMeuLeu
Trying to make sense of Gmail CSS support (after the 2016 update)
Last August, I wrote an article about trying to make sense of Gmail CSS support.
Решаем проблемы поддержки отзывчивого дизайна в Gmail
https://emails.hteumeuleu.com/troubleshooting-gmails-responsive-design-support-ad124178bf81
https://emails.hteumeuleu.com/troubleshooting-gmails-responsive-design-support-ad124178bf81
emails by HTeuMeuLeu
Troubleshooting Gmail’s responsive design support
Gmail had its biggest update ever last year, adding responsive design and media queries support. But there seems to be a lot of recurring…
Реализация наклоненных под одинаковым углом краев в CSS
https://kilianvalkhof.com/2017/design/sloped-edges-with-consistent-angle-in-css/
https://kilianvalkhof.com/2017/design/sloped-edges-with-consistent-angle-in-css/
Kilian Valkhof | Front-end & user experience developer
Sloped edges with consistent angle in CSS | Kilian Valkhof
If you look above this text, you can see that the header of this blog has a sloped edge. It’s one of my favorite things about this new design. The technique I used has a consistent angle regardless of screen size, can show background images and only needs…
тестируй Flexible Boxes #js #html
https://flexible-boxes.wstone.io/#~(1~(c~(~2~3~4))~2~()~3~()~4~())
https://flexible-boxes.wstone.io/#~(1~(c~(~2~3~4))~2~()~3~()~4~())
EM vs REM vs PX – почему вы не должны использовать только пиксели #css
https://engageinteractive.co.uk/blog/em-vs-rem-vs-px
https://engageinteractive.co.uk/blog/em-vs-rem-vs-px
Engage
Guide: EM vs REM vs PX. Which should you use?
https://code.tutsplus.com/tutorials/20-best-css-animations--cms-27561 Двадцать лучших CSS анимаций на CodeCanyon #css
Code Envato Tuts+
Best CSS Animations and Effects on CodeCanyon 2022 (Paid + Free)
You no longer have to rely on JavaScript libraries to add basic animations. You can animate your web pages with CSS alone!
https://blog.jscrambler.com/javascript-is-everywhere JavaScript везде [инфографика]
3 библиотеки JavaScript, за которыми следует следить в 2017-м
https://www.sitepoint.com/3-javascript-libraries-2017/
https://www.sitepoint.com/3-javascript-libraries-2017/
Sitepoint
3 JavaScript Libraries to Keep an Eye on in 2017 - SitePoint
Did you suffer JavaScript overload in 2016? Tim Severien suggests two frameworks and a library that, in his opinion, you should be watching this year.
ES2015 JavaScript vs. Elm vs. TypeScript
https://medium.com/front-end-hacking/es2015-vs-elm-vs-typescript-a88dbc5d14d9
https://medium.com/front-end-hacking/es2015-vs-elm-vs-typescript-a88dbc5d14d9
Medium
ES2015 JavaScript vs. Elm vs. TypeScript
In search of the perfect Front End Language
Преодоление разрыва между Elm и JavaScript с помощью TypeScript #js #typeScript #front_end_dev
https://medium.com/front-end-hacking/bridging-the-gap-between-elm-and-javascript-with-typescript-375771ebcd4c
https://medium.com/front-end-hacking/bridging-the-gap-between-elm-and-javascript-with-typescript-375771ebcd4c
Medium
Bridging the Gap Between Elm and JavaScript with TypeScript
Recently, I have gone through a few language transitions: from JavaScript, briefly to Elm, finally landing on TypeScript. I wrote an…
Простая web оплата: представляем Payment Request API
https://blogs.windows.com/msedgedev/2016/12/15/payment-request-api-edge/
https://blogs.windows.com/msedgedev/2016/12/15/payment-request-api-edge/
Microsoft Edge Dev Blog
Simpler web payments: Introducing the Payment Request API
We’re thrilled to introduce a preview implementation of the Payment Request API in Microsoft Edge, enabling simpler checkout and payments on the web on Windows 10 PCs and Phones. Support for Payment Request in stable builds will be coming to EdgeHTML 15 in…
Lazy-loading jQuery с webpack только тогда, когда это вам необходимо
https://hackernoon.com/lazy-loading-jquery-with-webpack-only-when-you-need-it-76a8ee144bdd
https://hackernoon.com/lazy-loading-jquery-with-webpack-only-when-you-need-it-76a8ee144bdd
Hacker Noon
Lazy-loading jQuery with webpack only when you need it
Have you almost gotten rid of jQuery from your app, but still need it for a few critical things? Are those things used in only some parts…
Подпись и публикация JavaScript модулей с Flow
https://javascriptplayground.com/blog/2017/01/npm-flowjs-javascript/
https://javascriptplayground.com/blog/2017/01/npm-flowjs-javascript/
javascriptplayground.com
Authoring and publishing JavaScript modules with Flow
Flow is a static type checker for JavaScript which adds the ability to annotate our JavaScript code with extra information on what types we’re expecting values to be, what types functions can return, and so on. Having done a lot of work in Elm, a language…