FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Array reduce vs Chaining vs for Loop

A comparison of different approaches to operating on an array. - http://amp.gs/ufjk

#nodejs
Vue Testing Handbook – Lachlan Miller

Most likely the go-to place for everything related to unit-testing in Vue! This includes a guide on how to test Vuex and even the upcoming Composition-API. - http://amp.gs/ufLr

#vue
Material Design Style Click Effects With Pointer Events and CSS Custom Properties

Ben Frain demonstrates how to create click effects like in material design. - http://amp.gs/uCMR

#css
How To Create And Deploy an Angular Material App

This article will help you get started with a new Angular project from just a thought to deployment (on Netlify, in this case). - http://amp.gs/ukbp

#angular
What to Pay JavaScript Developers in 2020?

I think this is one of those “how long is a piece of string?” type questions but nonetheless Eric Elliott has brought together a variety of interesting stats. - http://amp.gs/u7zE
An Introduction to React’s Context API

A look at how to use React’s Context API - which allows you to manage global application states in your React apps without resorting to props drilling. - http://amp.gs/u73n

#react
Why I Avoid Nesting Closures

“A little tendency I have to reduce cognitive load for readers of my code.” - http://amp.gs/uPp6

#nodejs
Dynamic Visualisation with Angular

When faced with a need to visualise data, many developers' first instinct is to reach for a 3rd-party charting library. There's nothing wrong with this: there are several robust and full-featured libraries out there, and it's usually smart to leverage existing, good quality code. But we shouldn't forget that Angular, coupled with modern CSS features, also provides a great base on which to create our own, bespoke visualisation components. - http://amp.gs/uPuI

#angular
How to write a Vue.js app completely in TypeScript – Preetish HS

Want to build a Vue.js app in TypeScript but don’t know where to start? This tutorial demonstrates how to build a new TypeScript app using Vue CLI. - http://amp.gs/uhC5

#vue
Playwright: A Node Library to Automate Chromium, Firefox and WebKit

If you’re familiar with Puppeteer for automating Chrome/Chromium, this is in a similar vein for multiple browsers and is being worked on by some of the same contributors. The goal? To be vendor-neutral and to make the APIs more testing-friendly than Puppeteer. - http://amp.gs/uhsA

#library
Angular: How to support IE11

In this article, we will go through the steps to support Internet Explorer 11 with Angular. The first half of this will quickly show the steps we need to take, and the second half will break these steps down in more detail for anyone wishing to learn more. In the end we'll add some additional tips that may come up in a real-world application. - http://amp.gs/ughb

#angular
A Class-Based enum Pattern for JavaScript

Always a pleasure to see Dr. Axel writing. This time he looks at a way to implement enums (as available in other languages) in pure JavaScript before showing off enumify, a library he’s created for the task. - http://amp.gs/uEfT

#javascript
Inside Node: What Happens When We Execute A Script?

Ever wondered what happens behind the scenes when executing a script? This blog post pieces it all together - http://amp.gs/uVnc

#nodejs
The Last Damn Vue ToDo App – Raymond Camden

I’d hope the last time was the last time, but here we are with yet one more ToDo App tutorial. Last one, I promise! This time Raymond is trading the indexedDB implementation for a Firebase/Firestore database including creating users. Which means, your ToDo app can be finally be used on multiple devices. - http://amp.gs/u9v6

#vue
Creating a Variable Color Font From Scratch

Ahmad Shadeed walks you through the details of variable fonts and explains how to create a custom variable font. - http://amp.gs/u4Gz

#css