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
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
Essential Image Optimization for the Web

A free ebook on modern image optimization techniques. Formats, decoders, techniques for efficient compression and more are covered. - https://goo.gl/TtqmVq

#image #optimization
What is 'this' in JavaScript?

Wissam Abirached explains context and the this keyword in JavaScript, the difference between explicit and hard bindings and what the new keyword represents. - https://goo.gl/wHBKmz

#javascript
Notification library for Vue.js

Vue.js library for showing notifications with CSS & Velocity animations.
https://goo.gl/NXMyVc

#vue #component
Vue.js Official Style Guide released!

The official style guide for Vue-specific code has been released. If you use Vue in a project, it’s a great reference to avoid errors, bikeshedding, and anti-patterns. - https://goo.gl/RHu5Yx

#vue #styleguide
8 Key React Component Decisions

Standardize your React development with these key decisions. - https://goo.gl/HS11u5

#react