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
HTTP Security Headers - A Complete Guide

A description of each security header of significance, its importance, and how to use them to secure sites you manage in one way or another. - http://amp.gs/DtY2

#http #headers #security
Accessibility Tips for Web Developers

Addy Osmani outlines six key areas of disability to consider when designing for accessibility: visual, hearing, mobility, cognition, speech and neural. - http://amp.gs/DtWi

#css #accessibility
Vue-router — props — 1/2

Here’s a short article with a few useful tips to working with Vue-router and component props. Did you know – for example – that you can automatically transform things like this.$route.params.id into an id prop? Read the article to learn how! - http://amp.gs/Dmsy

#vue
Angular: Loading and Saving Local Documents

When using the Angular version of the TX Text Control document editor, documents are loaded client-side using the JavaScript API. If you want to load documents from a server or repository, the document needs to be loaded from the client-side (for example from a service endpoint) in order to be loaded into the editor. - http://amp.gs/DZZL

#angular
How to Write Correctly Typed React Components with TypeScript

React and TypeScript make a powerful pair, but if you’re just starting out, you’ll need to understand how to write correctly typed components. - http://amp.gs/DZJ2

#react
Node Multithreading: What Are Worker Threads & Why Do They Matter?

Since the release of Node 11.7 this year, the worker_threads module has been enabled by default, bringing multi-threaded development as a realistic option to Node developers. A Complete Guide to Threads in Node.js was another top link this year covering the topic. - http://amp.gs/DpqL

#nodejs
The 10 React Component Commandments

By far the most popular link of the year, this post walks through 10 ‘practical commandments’ for creating components that you can share widely and that other developers will actually want to use. Certainly some good practices to adopt here into the new year. - http://amp.gs/DlOj

#react
Design Principles of Vue 3.0 – Evan You @VueConfTO 2019

Watch Evan You presenting some of the design principles behind the upcoming Vue 3.0 release. - http://amp.gs/DlaG

#vue
Reduce Change Detection Cycles with Event Coalescing in Angular

In this article, we learn about a new feature introduced in the latest Angular release (v9) — ngZoneEventCoalescing. First, we need to understand the problem it is meant to solve. - http://amp.gs/DBvd

#angular
Node and JavaScript Testing Best Practices

A well-presented collection of 30 best practices for better JavaScript testing, continuous integration, and overall quality. - http://amp.gs/DnTm

#nodejs
A CSS Only Solution To :hover On Touchscreens

This tip on how to best handle hover states on mobile devices proved very popular. The TL;DR here? Using @media(hover: hover) and (pointer: fine). - http://amp.gs/DnEv

#css
Best Practices for Building a Large Scale React App

'Best practice' roundups always do well, and so did this post which covers a few concepts worth keeping in mind to make neater, larger-scale apps over time. - http://amp.gs/Dnc7

#react
This Month in Vue - November 2019 – Gregg Pollack

As you have probably noticed, the Vue.js News podcast is now released on a monthly cycle along with an article that sums up the most interesting news and stories from the past month. Here it is for November. Check it out! - http://amp.gs/DGSX

#vue
Push Notification with Angular & .Net Core using Firebase

So, you want to get users’ attention when something happens or you want to remind them that you have something new in your application. Here is the way the author of this article used Angular & .Net Core to implement push notifications via FCM (Firebase Cloud Messaging). - http://amp.gs/DGQe

#angular
Choosing The Right Node.js Framework: Next, Nuxt, Nest?

A handy examination of the differences between three popular server-side rendering frameworks. - http://amp.gs/DxyH

#nodejs
A Complete Guide to React's useEffect

An amazingly epic post that will get anyone working with or thinking about React Hooks excited. It’ll help you understand a lot of the concepts involved. No time? There’s a good TLDR too. - http://amp.gs/DfjW

#react
An Update on CDNJS

CDNJS is a popular content distribution network for JavaScript files but just a couple of months ago its continued development was in doubt. In this significant update we learn more about how CDNJS works and how Cloudflare want to take it forward - http://amp.gs/Df9h

#cdn #cloudfare
How to reuse one Vue.js codebase across multiple apps – Thomas Holland

Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/DfMZ

#vue
The Perfect Architecture Flow for Your Next Node Project

Outlines a set of architectural rules and best practices to consider to ensure your next Node project starts on the right path. - http://amp.gs/DCAQ

#nodejs