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
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
How Zalando bot got 98% success rate

Why Bot personality is only a minor part of the overall bot UX - https://goo.gl/tJpg9C

#ui
Mixins and Plugins in Vue

Where mixins and plugins can provide a lot of help? Mixins and plugins have the ability to improve readability and portability of your code. - https://goo.gl/8dFZQ8

#vue
Terminal Kit: A 'Full Blown' Terminal Lib for Node

Includes support for 256 colors, styles, keys and mouse handling, input fields, progress bars, screen buffers, and more. - https://goo.gl/LBghtf

#nodejs
Draggable: A Drag and Drop Library from Shopify

Draggable abstracts native browser events into a modular API for you to build custom, and potentially complex, drag and drop experiences. - https://goo.gl/Es8BAE

#javascript #draganddrop
When buttons look like links, that looks like buttons

Sometimes we make links look like buttons. Sometimes we make buttons look like links. This is unfortunate. - https://goo.gl/91PEio

#ui
Cross-Platform Mobile App Development Tools Compared

Summaries and pros and cons of Cordova, Phonegap, Ionic, Framework 7, Weex, React Native, NativeScript, Flutter, Jasonette, and Manifold. -
https://goo.gl/rxfRzP

#mobile #tools #compare
vue-test-utils beta released

vue-test-utils is the official test library for Vue.js. It provides methods for unit testing Vue components. - https://goo.gl/Tfbnvj

#vue
Learn Promises by Building Your Own

Learning by building in action in this step-by-step tutorial to help you understand how Promises work. - https://goo.gl/6wcKm7

#javascript #promise
7 Architectural Attributes of a Reliable React Component

Covering ideas like the single responsibility principle, encapsulation, composition, and reusability. - https://goo.gl/FQRA3e

#react