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
How to Organize a Large React App and Make It Scale

Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/vHKky3

#react
Building a Movie App Interface with Vue.js

Most of us use an online streaming service to watch our favourite shows/movies. This post will highlight how to build a similarly styled movie streaming interface, with Vue.js 2.0 - https://goo.gl/pYYgxz

#vue
The Problems with Redux

Redux “is great but comes along with tons of boilerplate configuration and architecture”. This article asks if React’s local state, MobX and Realm can solve this. - https://goo.gl/VdmM4D

#redux
A Modern JavaScript Cheatsheet

Plenty of JS terminology explained, along with code examples, in this thorough guide. - https://goo.gl/HF56LK

#javascript
Deploying ES2015+ Code in Production Today

Using the new `script type="module"` approach gives us some benefits merely beyond loading ES modules alone - it guarantees ES6/ES2015 support. - https://goo.gl/55gSW7

#es2015 #deploying
Chrome Breaks Visual Viewport — Again

If you use window.innerWidth/Height in any of your sites, it may break in Chrome 61/Android. - https://goo.gl/TN2TjF

#chrome #viewport
How to Use React’s Lifecycle Methods

Using React lifecycle methods to perform actions on mount, update and unmount of a component. - https://goo.gl/V34w51

#react #lifecycle
CSS font-display: The Future of Font Rendering on the Web

Giulio Mainardi explains the new font-display property and how it will help CSS developers improve rendering of fonts during page load. -
https://goo.gl/4ukrGd

#css #fonts
Node v8.6.0 (Current) Released

A handful of minor changes, including N-API no longer being behind a flag. A vulnerability (mentioned below) was also fixed. - https://goo.gl/yCiwD9

#nodejs #release
Top 10 ES6 Features Demonstrated by Example

An example-driven tour of the key features of ES6/ES2015, if you’re not quite there yet. - https://goo.gl/fLvWPE

#es6
Upcoming TypeScript Changes in Vue 2.5 – The Vue Point

At Vue Point, there is a new post about upcoming TypeScript changes in the 2.5 version of Vue which is currently planned to be released around early October. - https://goo.gl/Z8L5Vj

#vue
Why Node 8's util.promisify Is Awesome

A guide to using Node’s util.promisfy to promisify your own functions. - https://goo.gl/qcNtJH

#nodejs
Web Performance in The Real World: How to Make Fast Sites

An exploration of work the Microsoft Edge team does to help developers build faster sites, and how to think of performance as an investigative activity, beyond a checklist approach. - https://goo.gl/5ReAoA

#web #performance
Advanced animation in Vue.js

This is the second part of the Baby Steps Vuejs Animations Tutorial. In this tutorial, you will learn about creating functional and reusable Vue.js transitions using javascript. - https://goo.gl/JPmEZ4

#vue #animation