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
Line-Height Crop — A Simple CSS Formula to Remove Top Space From Your Text

Claudia Romano explains how to remove space from the top (and bottom) of text elements using a simple SCSS mixin. - http://bit.ly/2LcoAJN

#css
JavaScript Engine Fundamentals: Optimizing Prototypes

Having a deeper understanding of how JavaScript engines work can help you reason about the performance characteristics of your code and this diagram-rich post digs into engines optimize around JavaScript’s use of prototype-based inheritance. - http://bit.ly/2BQ0NzF

#javascript
Angular 7 is coming

Today (August 3rd) Angular Team released Angular 7 beta.0 release. Many of us will be curious about the kind of features and bug fixes that we can see in this beta release. - http://bit.ly/2N0Fmx3

#angular
React Context API: Managing State with Ease

Managing state with the new React Context API is very easy. Learn what the differences with Redux are and how to use it in this practical tutorial. - http://bit.ly/2PE3Mhz

#react
Views on Vue Podcast

Follow the discussion around Vue with many guests from the community. - http://bit.ly/2MYYtL2

#vue #podcast
16 JavaScript Data Visualization and Charting Libraries

A rather extensive summary and comparison of charting libraries, comparing key factors such as chart types, commercial vs free, and their open-source status. - http://bit.ly/2wk1vjs

#javascript #charts
Data Fetching in Redux Apps: A '100% Correct' Approach

Considers the pros and cons of different ways to fetch data in a Redux app before suggesting the “perfect” recommendation. - http://bit.ly/2BQcoyS

#react
Getting Started With Redux-Saga

The benefits of using the redux-saga library in your app, plus how to set it up. - http://bit.ly/2odBKwO

#react #reduxSaga