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
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
Implementing Serverless Node.js Functions Using Google Cloud

Google’s still-in-beta Cloud Functions doesn’t seem to get a lot of press, but if you’re using Node, it’s worth checking out as a serverless platform. - https://goo.gl/bLF9Ws

#nodejs
Using Preact as a React Alternative

Ahmed Bouchefra takes a look at Preact, a lightweight version of React with a growing community that’s well suited to high-performance apps and slow 2G networks. - https://goo.gl/gk5iNi

#prereact
Await and Async Explained with Diagrams and Examples

A tutorial that explains the new await/async features in ES2016 for more easily working with asynchronous functions. - https://goo.gl/Y1gqo3

#await #async
Test Methods and Mock Dependencies in Vue.js with Jest

Learn how to test methods and cope with mocking module dependencies. - https://goo.gl/EhDsfN

#vue #testing #jest