FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Using Node 11.7 Worker Threads with RxJS Observable — http://amp.gs/4Bur

#nodejs #rxjs
The Magic of React-Based Multi-Step Forms

One way to deal with long, complex forms is to break them up into multiple steps. — http://amp.gs/4ntW

#react #forms
Lifting the Veil: Insights into Angular’s EventManagerPlugin

In this article, Netanel will walk us through the steps of extending the Angular events system and providing our own custom events. But first we need to understand how Angular manages events.
http://amp.gs/4n0I

#angular
One More Example of Abstract Component in Vue.js

This is a brief tutorial on using abstract components with Vue.js to improve the readability of your templates and simplify your code.
http://amp.gs/4xzO

#vue
Angular Revisited: Tree-shakable Components and Optional NgModules

NgModule is arguably one of the most confusing Angular concepts. Fortunately, Angular is moving towards a future in which we need Angular modules (NgModules) less often or not at all. — http://amp.gs/4xiy

#angular
The Node.js Benchmarking Working Group: Measuring Performance for a Speedier Node

The Node.js Benchmarking Working Group is dedicated to monitoring Node’s performance and helping in the efforts to improve it. This is only a brief intro to what they do but you’re encouraged to join the effort. — http://amp.gs/4fI4

#nodejs
Hooks Are Good, But Have You Tried Faster React Components?

5 simple tips to improve the performance of a React app. — http://amp.gs/4fRU

#react
CSS Selectors Level 4

Esteban Herrera gives an overview of the last generation of CSS selectors according to the Editor’s Draft specification as of January 2019. — http://amp.gs/4CZ5

#css
How I Increased 🚀 the performance of an EXTREMELY deeply nested Angular Reactive Form by 380%😲

Do you have a deeply nested data structure? Do you have to build a form around it? Is this form really slow to work with? Are your users complaining about it? Do you need an escape? WAIT! Siddharth is here to guide you home.
http://amp.gs/4CLM

#angular
Intro to Font Metrics

Weston Thayer explains how the raw anatomical features of type can enable us to create designs that are precise, resilient, readable, and maybe even original. — http://amp.gs/4e0V

#css #font #metrixs
Progressive React: Building Faster React Apps

A guide (which starts off with a handy checklist) on building faster React apps by way of a handful of useful optimizations. — http://amp.gs/4797

#react
Handle restricted routes in Angular with Route Guards

There is almost no application out there without authentication and restricted areas, right? With this article Vassiliki will explain how to handle restricted routes in Angular with Guards and Http requests, the real life way.
http://amp.gs/4yEC

#angular
New Vue.js RFC: Class API

Vue 3 will introduce built-in support for authoring components as native ES2015 classes. An RFC regarding the API has been launched for community consideration. — http://amp.gs/4hmg

#vue
Breaking Boxes With CSS Fragmentation

If you’ve ever wanted to break your content up into chunks (think separating content on different pages using for print stylesheets) then this is your must read article for the week. — http://amp.gs/4vzz

#css