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
A Set of Best Practices for JavaScript Projects

One company’s extensive set of guidelines covering areas like git, dependencies, environments, and API design. - https://goo.gl/UTukwY

#nodejs
Webpack 4 Beta: Happier, Faster, More Productive.

The final release of the popular module bundler is due in a month to let plugin developers catch up, but you can play with it already. It’s faster, output is smaller, it’s taken a ‘zero config’ approach, and way more. - https://goo.gl/QSW6FR

#webpack
The Building Blocks of Web Workers and 5 Cases for Their Use

An overview of Web Workers, a way to run JavaScript in background threads in the browser, plus several use cases where they make a great choice. - https://goo.gl/gSjEiW

#javascript #workers
Learn CSS Grid

Wes Bos created an excellent video series that will teach you everything you need to know about CSS Grid. - https://goo.gl/xnjx8A

#css #grid
Node Clinic: A Performance Toolkit for Node Developers

Clinic helps you investigate and resolve performance issues in your Node apps. The Doctor tool can show you what is wrong and point you to other tools to solve the issue. - https://goo.gl/fgJxKr

#nodejs
Learn Flexbox in 12 Interactive Screencasts

A free course focused on getting you up to speed on Flexbox as quickly as possible using novel, interactive code-driven screencasts -
https://goo.gl/FWVtQM

#css #flexbox #screencasts
Drag and Drop for Design Systems

Defining UI patterns for drag and drop across components - https://goo.gl/uekjiV

#design
Interesting ECMAScript 2017 Proposals That Weren’t Adopted

Some interesting feature proposals that didn’t make it. One for the perpetually curious readers amongst you - https://goo.gl/KGZ3BC

#es2017
PWAs Are Coming to iOS 11.3: Cupertino, We Have A Problem

Multi-platform PWAs are now possible, but right now iOS support comes with some caveats. - https://goo.gl/P7iuEG

#mobile #pwa
React Native Pros and Cons

This article takes a look at the advantages of React Native, why it’s so popular, and some potential drawbacks you might want to consider. - https://goo.gl/3Vo2tq

#reactNative