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

Admin: @andrey2019
Download Telegram
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
Guess.js: A Toolkit for Using Data To Improve User Experiences

An interesting project that can use data from Google Analytics combined with machine learning to intelligently pre-fetch resources. Addy Osmani introduced it live at Google I/O earlier this week. There’s also a webpack plugin for quickly adding these abilities to React and Angular apps. - http://bit.ly/2Lw56RI

#guessjs
React Context in the World of Component Composition

“In this post, I will try to describe a different approach to using Context, and the benefits of it when thinking of component composition.” - http://bit.ly/2KBtRdW

#react