FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Angular 6.0 Released

A major release focused on Angular’s toolchain (particularly Angular CLI) and developer experience than on the framework itself. Angular Elements also allows you to bootstrap components within an existing app by registering them as Custom Elements. - http://bit.ly/2InbZa0

#angular
Making responsive Vue components with ResizeObserver

Your component responsiveness is based on the screen size but should be based on its own size. - http://bit.ly/2IiIKBd

#vue
Improving Performance with Background Data Prefetching

Instagram wants their client to feel as fast as possible, and this post explains their approach to decoupling network availability and app usability. - http://bit.ly/2I2Kna4

#web #performance
Containerizing Node.js Applications with Docker

Goes from the basics of Docker to some Node and Docker best practices. - http://bit.ly/2wzviao

#nodejs #docker
How to Create Data-Driven User Interfaces in Vue

All modern JavaScript frameworks have ways of handling dynamic components. This blog post will show you how to do it in Vue. - http://bit.ly/2ISLtVs

#vue
React Lifecycle Visualizer: A Real-Time Visualizer for Lifecycle Methods

Trace components by applying a single higher-order component which makes all lifecycle-method calls show up in an animated log. - http://bit.ly/2LdnPkM

#react
Looking at the 'line-clamp' CSS Attribute

Truncates text at a specific number of lines. Support is mixed (Chrome and Safari, but not Firefox or Edge). - http://bit.ly/2KgGB9K

#css
A Quick Start Guide to MySQL 8.0's Document Store

An introduction to using the Node.js connector to use MySQL’s new MongoDB-esque schemaless storage. - http://bit.ly/2KYWhj9

#nodejs #mysql