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
Why We Need CSS Subgrid

The author argues that whilst the CSS Grid spec “is amazing” there’s still “a gap to be filled by subgrid”. - http://amp.gs/V2Zv

#css
Common API Mistakes and How to Avoid Them

Node.js is used for all of the examples although the principles are generic. - http://amp.gs/VXrW

#nodejs
Building Component Libraries in Angular

Angular CLI is one of the best tools available for building Angular applications. CLI conveniently allows developers to create new project that have testing, type script transpilation and other things.
- http://amp.gs/VLrM

#angular
Dissecting Frontend Job Titles

An attempt to break down the common career labels and designations found in the frontend space, bringing a little clarity on the supposed nuances between them all. - http://amp.gs/VWU0

#frontend
Building a Desktop App with Vue: NW.js

This article describes how to build a desktop application with Vue.js framework and NW.js library. - http://amp.gs/Vakv

#vue #nw
When To Subscribe

Ben Lesh has a terrific article called “Don’t Unsubscribe”, telling you why you are better off not explicitly unsubscribing, but instead relying on constructs that cause the unsubscriptions to happen. In that spirit, Michael wanted to title this article “Don’t Even Subscribe”, but the truth is, there are a few places where you have to subscribe, so he settled for the less-emphatic title you see. - http://amp.gs/VMir

#angular
Exploring JavaScript Modules: From IIFEs to CommonJS to ES6 Modules

A commonly 'under-learned' aspect of JavaScript is the module system, but given its unusual and varied history, that might not be a surprise. In this post (which also comes in video form), Tyler McGinnis provides a useful refresher of module approaches, both past and present. - http://amp.gs/V50b

#javascript
Browser Rendering Optimizations for Frontend Development

Jordan Irabor explores the conditions that can enable and prevent a web application to run optimally at 60 frames per second and looks at several optimizations that you can plug into the browser’s rendering pipeline. - http://amp.gs/VQtM

#frontend #optimization
First Adventures with Nuxt

This article documents the rebuild of a web application written with Express and Vue with Nuxt.js. The idea was to have both server and client-side rendering handled in the one place by the same framework. - http://amp.gs/VchA

#vue
Node Multithreading: What Are Worker Threads and Why Do They Matter?

Since the release of Node 10.5, a new worker_threads module has opened up the possibility of building multi-threaded Node apps. It’s now enabled by default in Node 11.7 (above) so it’s a good time to dig in. - http://amp.gs/V6mk

#nodejs
Why Founders Should Start With a Website, Not a Mobile App

The author explains their reasons why founders should almost always build a website first instead of a native app in the early days of a startup. - http://amp.gs/9IZC

#news
HTML5's Input Types: Where Are They Now?

HTML5 introduced 13 new types of form input (think things like type="color”), adding significantly to the number of different fields we could add to our forms. But what is the state of those field types today? - http://amp.gs/9IQF

#html5
The TypeScript Tax: A Cost vs Benefit Analysis

TypeScript’s becoming increasingly popular, but is it worth it? Eric Elliott presents some critical, data-driven analysis to establish the viability of using TypeScript when building larger apps. - http://amp.gs/9jok

#typescript