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
Full-Stack TypeScript Apps - Part 2: Developing Frontend Angular Apps

This is a series on how to build a full-stack TypeScript web application using Angular and Nest.js. In the first part, we learned how to build a simple API with Nest.js. In part two, here, we are going to learn how to use Angular to develop the frontend of the application that communicates with Nest.js. - http://bit.ly/2Ms8DnY

#angular
Attribute Directives Angular Forms

In this article, we’ll examine creating Angular Directives that interact with the Angular Forms controls. We’ll do that by creating an attribute directive which hooks into the underlying form control and changes the directive’s host element border. - http://bit.ly/2MEpinG

#angular #forms
How to Display a List in React

You’ve got a list of items you want to appear on screen, but what’s the “React way” to do this? - http://bit.ly/2Mn7UEG

#react
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