CSS: введение в единицу длины 'fr' https://habrahabr.ru/post/331316/
Habr
CSS: введение в единицу длины 'fr'
Пока все активно делятся своими впечатлениями от CSS-гридов, я не слышал, чтобы кто-то столь же много говорил о новой единице длины в CSS — fr (см. спецификацию ). И теперь, когда браузеры все лучше...
Кому нужны флексы — HTML Шорты https://www.youtube.com/watch?v=Wpglfz7aXzo
YouTube
Кому нужны флексы — HTML Шорты
— Flexbugs — https://github.com/philipwalton/flexbugs
— Display property usage — https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/css/display/
— CSS Box Alignment — https://www.w3.org/TR/css-align-3/
Все шорты — https://htmlacademy.ru/shorts
— Display property usage — https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/css/display/
— CSS Box Alignment — https://www.w3.org/TR/css-align-3/
Все шорты — https://htmlacademy.ru/shorts
Как применить CSS3 Transforms к Background Images https://www.sitepoint.com/css3-transform-background-image/
Sitepoint
How to Rotate Background Images in CSS3 Using Transforms | SitePoint
Learn how to rotate background images in CSS3 using transforms and pseudo-elements. This guide shows you step-by-step how to apply CSS background rotate techniques without affecting your content.
Иллюзия скорости https://paulbakaus.com/tutorials/performance/the-illusion-of-speed/
От новичка до героя Angular https://blog.goyello.com/2017/06/14/zero-angular-hero/
Aspire Systems Poland Blog
From zero to Angular hero - Aspire Systems Poland Blog
There are lots of tutorials on the internet showing how to start your adventure with the newest Google framework. But what is really missing are some guidelines presenting a bigger … Continue reading "From zero to Angular hero"
5 отличных докладов с VueConf 2017, первой конференции по Vue.js https://vuejsdevelopers.com/2017/06/25/vue-conf-2017/
5 Great Talks From VueConf 2017, The First Vue.js Conference
VueConf 2017, the first official Vue.js conference, took place on June 22nd and 23rd in Wrocław, Poland. Every talk of the conference was informative and inspirational, but in this article I'll limit myself to just five talks to report on what you missed!
#4 ALL YOUR HTML, различные анимации лендинга с помощью GSAP https://www.youtube.com/watch?v=b8P-6DDKU_c
YouTube
#4 ALL YOUR HTML, Various landing page animations with GSAP
В этом стриме я делаю простую верстку которую оживляем несложными анимациями, а еще я не выспался. :)
Результат https://github.com/akella/space
Макет отсюда https://dribbble.com/shots/2073113-Space-Exploration-Web-Freebie
04:32 - Начал верстать, весь HTML…
Результат https://github.com/akella/space
Макет отсюда https://dribbble.com/shots/2073113-Space-Exploration-Web-Freebie
04:32 - Начал верстать, весь HTML…
Подводные камни Service Worker https://labs.kollegorna.se/blog/2017/06/service-worker-gotchas/
Accelerated Mobile Pages (AMP): чем вы готовы пожертвовать ради скорости? https://dockyard.com/blog/2017/06/22/accelerated-mobile-pages-what-are-you-willing-to-sacrifice
DockYard
Accelerated Mobile Pages (AMP): What are you willing to sacrifice for speed?
A simple, Google backed, solution to slow loading mobile content is very enticing. But what will you have to give up to make this happen?
Vue vs React: битва Javascript фреймворков https://deliciousbrains.com/vue-vs-react-battle-javascript/
Delicious Brains
Vue vs React: Battle of the Javascript Frameworks
React vs Vue.js. Which is the best front-end JavaScript framework in 2020? Find out the main similarities & differences between these two popular ones.
Техники для декомпозиции компонентов React https://medium.com/dailyjs/techniques-for-decomposing-react-components-e8a1081ef5da
Medium
Techniques for decomposing React components
React components have a lot of power and flexibility. With so many tools at your disposal, it is incredibly easy for components to grow…