Size Limit: делаем веб легче https://evilmartians.com/chronicles/size-limit-make-the-web-lighter
evilmartians.com
Size Limit: Make the Web lighter—Martian Chronicles, Evil Martians’ team blog
Keep your JavaScript library or app size in check and find out what exactly makes your code bloat by using Size Limit. See how it can help you slim down the bundle considerably by following our example.
Все про AngularJS, Angular 2 и Angular 4 https://medium.com/@shauryasinha88/all-about-angularjs-angular-2-and-angular-4-e1b1140b4215
Medium
All About AngularJS, Angular 2 and Angular 4
As the name suggests, AngularJS is a JavaScript framework. It is an open source framework, used for developing Web Applications. AngularJS…
Существенное различие между pure и impure pipes в Angular и почему это имеет значение https://blog.angularindepth.com/the-essential-difference-between-pure-and-impure-pipes-and-why-that-matters-999818aa068
INDEPTH Web Development Foundation
The essential difference between pure and impure pipes in Angular and why that matters
When writing a custom pipe in Angular you can specify whether you define a pure
or an impure pipe:
@Pipe({
name: 'myCustomPipe',
pure: false/true <----- here (default is `true`)
})
export class MyCustomPipe {}
Angular has a pretty good documentation…
or an impure pipe:
@Pipe({
name: 'myCustomPipe',
pure: false/true <----- here (default is `true`)
})
export class MyCustomPipe {}
Angular has a pretty good documentation…
Доступ и модификация CSS переменных с помощью Javascript https://medium.com/@reasoncode/accessing-and-modifying-css-variables-with-javascript-2ccb735bbff0
Hacker Noon
Accessing and modifying CSS variables with Javascript
And why it’s better than SASS variables
Android Oreo откусывает кусочек от PWA https://habrahabr.ru/company/zfort/blog/336592/
habrahabr.ru
Android Oreo откусывает кусочек от PWA
PWA (Progressive Wep Applications) – это название группы приложений, разработанных и продвигаемых компанией Google, которые используют стек Web технологий (JS...
Еженедельная подборка красивых эффектов на CSS/SVG/JS #51 http://css-live.ru/cssjssvg-s-podvypodvertom/ezhenedelnaya-podborka-krasivyx-effektov-na-csssvgjs-51.html
CSS-LIVE
Еженедельная подборка красивых эффектов на CSS/SVG/JS #51
Подборка свежих эффектов, интересных идей и полезных наработок
Процесс router-навигации в Angular за 7 шагов https://jvandemo.com/the-7-step-process-of-angular-router-navigation/
Jvandemo.com
The 7-step process of Angular router navigation
There are many great articles and books available on how to use and configure Angular router. In contrast, little information is available on what Angular router actually does once it is running.
This article is not an introduction to Angular router or a…
This article is not an introduction to Angular router or a…
Изменения в спецификации Grid и использование многоколоночного макета https://www.rachelandrew.co.uk/archives/2017/08/08/changes-to-the-grid-spec-and-taking-on-multi-column-layout/
Разница между явными и неявными сетками https://css-tricks.com/difference-explicit-implicit-grids/
CSS-Tricks
The Difference Between Explicit and Implicit Grids | CSS-Tricks
Grid Layout finally gives us the ability to define grids in CSS and place items into grid cells. This on its own is great, but the fact that we don't have to
Как на самом деле работает JavaScript: часть 1 https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf
Medium
How JavaScript works: an overview of the engine, the runtime, and the call stack
As JavaScript is getting more and more popular, teams are leveraging its support on many levels in their stack - front-end, back-end…
Почему мы перешли с Angular 2 на Vue.js (и почему мы не выбрали React) https://medium.com/reverdev/why-we-moved-from-angular-2-to-vue-js-and-why-we-didnt-choose-react-ef807d9f4163
Medium
Why we moved from Angular 2 to Vue.js (and why we didn’t choose React)
At Rever (www.reverscore.com) we just released a new version of our web client using Vue.js. 641 commits and 16 weeks of intense development after with two resources, here we are, very proud of a…
Используем TypeScript для разработки веб-приложений на Vue.js https://egghead.io/courses/use-typescript-to-develop-vue-js-web-applications
egghead
Use TypeScript to Develop Vue.js Web Applications
TypeScript is a powerful JavaScript superset which brings you first-class static type-checking along with latest ECMA Script features. Vue is one of the...
Базовая грид-раскладка с фоллбеком с помощью feature queries https://www.chenhuijing.com/blog/basic-grid-with-fallbacks/
Chenhuijing
Basic grid layout with fallbacks using feature queries
This article has been translated to Japanese on SeleQt.
I’ve been using CSS grid (which henceforth will be referred to as Grid) for quite a bit now, and although I often talk about how we can use grid to make all kinds of creative layouts, I’m fully aware…
I’ve been using CSS grid (which henceforth will be referred to as Grid) for quite a bit now, and although I often talk about how we can use grid to make all kinds of creative layouts, I’m fully aware…