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
The State of the Web and Its Performance

How can we make the Web better by designing and developing with performance in mind? A look at various ways of making impactful performance improvements. - https://goo.gl/r9P1Yp

#performance
WhatsApp-Like Location Sharing with Ionic
How to add location sharing to your mobile apps built with Ionic. - https://goo.gl/hM6FN6

#ionic #geo
New in Chrome 61: JS Modules and WebUSB Support

WebUSB allows web apps to access user permitted USB devices. There’s also support for importing JavaScript modules within script tags. - https://goo.gl/14R1rq

#chrome #webUSB
React Dates: A Date Picker from Airbnb
An accessible, easily internationalizable, mobile-friendly date-picker library for the web. - https://goo.gl/chzed8

#react #component #datePicker
How Is ARCore Better Than ARKit?
Beyond the comparison, there is some good info here on both the basics and the current state of mobile AR. - https://goo.gl/HLWfr4

#AR #kit
Learn How To Debug JavaScript with Chrome DevTools

Ditch console.log debugging once and for all by learning to use breakpoints to debug code within the DevTools. - https://goo.gl/ReHkdU

#javascript #devTools #debug
Flat UI Elements Attract Less Attention and Cause Uncertainty

A usability study into the use of ‘flat’ elements on the Web, as opposed to buttons and elements with shadows and bevels. - https://goo.gl/1USruL

#flatDesign
Announcing Yarn 1.0: An Alternative to npm

The Yarn JavaScript package manager is now used by 175,000 projects on GitHub and responsible for 3 billion package downloads per month. - https://goo.gl/S2P4Ab

#yarn
The Curious Case of 'null ≥ 0'
A trip down one of JavaScript’s many interesting rabbit holes. “It makes sense, honestly”, says the author. - https://goo.gl/JerxTq

#javascript
Building a Trello-Style Layout with CSS Grid and Flexbox

Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh

#css #layout #flexbox
Node v8.5.0 (Current) Released

V8 snapshots are re-enabled (they were disabled for security reasons), there’s support for ES modules (behind a flag), and more. - https://goo.gl/oj6TYZ

#nodejs #release