Анимация движения модального окна по заданной траектории
https://css-tricks.com/movin-modals-along-a-path/
https://css-tricks.com/movin-modals-along-a-path/
CSS-Tricks
Movin' Modals Along a Path | CSS-Tricks
Modals always be just appearin'. You might see one once in a while that slides in from one of the edges, or uses some kind of scale/opacity thing to appear
Делаем таблицы отзывчивыми с помощью небольшого количества CSS
https://bradleytaunt.com/2019/06/11/responsive-tables/
https://bradleytaunt.com/2019/06/11/responsive-tables/
uglyduck.ca
Making Tables Responsive With Minimal CSS · Ugly Duck
Learn how to easily implement responsive table layouts with only CSS
Как я сделал свое приложение на React в 4 раза быстрее.
https://hackernoon.com/how-i-made-my-react-app-4-times-faster-7b929479cac4
https://hackernoon.com/how-i-made-my-react-app-4-times-faster-7b929479cac4
Массивы в JavaScript : From 0 to ‘H’, ‘E’, ‘R’, ‘O’
https://medium.com/swlh/arrays-in-javascript-e64b873ad801
https://medium.com/swlh/arrays-in-javascript-e64b873ad801
Medium
Arrays in JavaScript
From [0] to [ ‘H’, ‘E’, ‘R’, ‘O’ ]
Использование Typescript с React – руководство для новичков
https://habr.com/ru/company/otus/blog/456124/
https://habr.com/ru/company/otus/blog/456124/
Хабр
Использование Typescript с React – руководство для новичков
Друзья, в преддверии выходных хотим поделиться с вами еще одной интересной публикацией, которую хотим приурочить к запуску новой группы по курсу «Разработчик Jav...
Изучение Angular & RxJS: Таймер обратного отсчета
https://medium.com/better-programming/lets-build-rxjs-countdown-in-angular-5768c8b158b8
https://medium.com/better-programming/lets-build-rxjs-countdown-in-angular-5768c8b158b8
Medium
Learn Angular & RxJS: Countdown Timer
How to create a simple countdown app with RxJS
7 абсолютных истин, которые я пересмотрел с тех времен, когда был Junior разработчиком
https://monicalent.com/blog/2019/06/03/absolute-truths-unlearned-as-junior-developer/
https://monicalent.com/blog/2019/06/03/absolute-truths-unlearned-as-junior-developer/
Monica Lent's Website
7 Absolute Truths I Unlearned as Junior Developer
A few things I strongly believed when I was a junior developer which turned out to be wrong.
Использование Cypress для написания тестов для React приложений
Практические примеры написания end-to-end тестов
https://css-tricks.com/using-cypress-to-write-tests-for-a-react-application/
Практические примеры написания end-to-end тестов
https://css-tricks.com/using-cypress-to-write-tests-for-a-react-application/
CSS-Tricks
Using Cypress to Write Tests for a React Application
End-to-end tests are written to assert the flow of an application from start to finish. Instead of handling the tests yourself — you know, manually
Vue 3.0: чего следует ожидать исходя из сообщений от Evan You & Chris Fritz
https://medium.com/vue-mastery/vue-3-0-what-evan-you-chris-fritz-say-you-should-expect-3965a466a12e
https://medium.com/vue-mastery/vue-3-0-what-evan-you-chris-fritz-say-you-should-expect-3965a466a12e
Medium
Vue 3.0: What Evan You & Chris Fritz Say You Should Expect
VueConf US 2019 was one for the books. It’s awesome to get so many Vue-minded individuals in one place to discuss where we’ve been, where…
Все, что вам нужно знать о дате в JavaScript
https://css-tricks.com/everything-you-need-to-know-about-date-in-javascript/
https://css-tricks.com/everything-you-need-to-know-about-date-in-javascript/
Подводные камни Vue.js. Распространенные фиксы для основных проблем
https://medium.com/swlh/vue-js-gotchas-common-fixes-for-major-headaches-ef22a903b8bc
https://medium.com/swlh/vue-js-gotchas-common-fixes-for-major-headaches-ef22a903b8bc
Medium
Vue.js Gotchas. Common Fixes for Major Headaches
Disclaimer: I’m by no means a Javascript expert, there’s a ton of things I know I don’t know, but I’ve also ran into many issues and…
Извлечение критического CSS. Узнайте, как улучшить время рендеринга с помощью техники critical CSS
https://web.dev/extract-critical-css
https://web.dev/extract-critical-css
web.dev
Extract critical CSS | Articles | web.dev
Learn how to improve render times with critical CSS technique and how to choose the best tool for your project.
#css
CSS свойство background-image как антипаттерн (теперь и на русском)
https://medium.com/@stasonmars/6685890d74d0
CSS свойство background-image как антипаттерн (теперь и на русском)
https://medium.com/@stasonmars/6685890d74d0
Medium
CSS свойство background-image как антипаттерн
CSS свойство background-image позволяет нам делать крутые вещи, но в большинстве случаев наступило время оставить его позади.
#html
Представляем новый элемент HTML — встречайте <clippy>!
https://shkspr.mobi/blog/2019/06/introducing-the-new-html-element-welcome/
Представляем новый элемент HTML — встречайте <clippy>!
https://shkspr.mobi/blog/2019/06/introducing-the-new-html-element-welcome/
Terence Eden’s Blog
Introducing the new HTML element - welcome <clippy>!
Hello! It looks like you're writing a blog post - would you like help with that? chuckles Me and my colleagues at Microsoft have decided that the world needs more Clippy - the adorable animated paperclip. To help with that, we're bringing a new feature to…
#react
Упрощение React State и хуков useState
https://upmostly.com/tutorials/simplifying-react-state-and-the-usestate-hook/
Упрощение React State и хуков useState
https://upmostly.com/tutorials/simplifying-react-state-and-the-usestate-hook/
Upmostly
How to Use the useState Hook in React (Full Tutorial + Code)
In this lesson, we'll cover React state, how it works, and how we can build a simple dice app that uses the useState React Hook.