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

Admin: @andrey2019
Download Telegram
Preventing Angular Subscription Memory Leaks

Don’t let your app get sluggish, handle your subscriptions - http://amp.gs/5TvX

#angular
Refactoring a Redux App to use Recoil

Get hands-on with Facebook’s Recoil library by refactoring a Redux app and comparing their differences in implementation. Another item from 2020 we didn't get to include at the time. - http://amp.gs/5zzF

#react #recoil
Lessons Learned Building WATCH3R

The author of WATCHE3R has documented their thoughts around building a production application using Vue 3. - http://amp.gs/51Y5

#vue
WTFJS: A List of Funny and 'Tricky' JavaScript Examples

This has been around for years but continues to resonate with developers and gets various tweaks and adjustments. Worth it if you want to take a look into some of the more “uh, what?” corners of JS. - http://amp.gs/51Qi

#javascript
An Angular Roadmap — The Past, Present, and Future of Angular

As of November 2020, Angular version 11.0.0 is now available. While this release brings many updates to the platform, the most significant features include faster builds with TypeScript 4.0, component test harnesses, and ESLint updates. - http://amp.gs/5YWA

#angular
The State of JS 2020 Survey Results

23,765 people from 137 countries took part in the recent State of JS survey and while there are some common criticisms of the project, the results are nonetheless interesting and we’ll be digging into some in forthcoming issues. - http://amp.gs/5tLa

#survey
User-Friendly Logging with TypeScript and Node

Writing comprehensive logging using text styling and emojis. - http://amp.gs/5mxQ

#nodejs
Vue 3.0: What I’m Most Excited About

In this post, we will look at the new and exciting features shipped with the latest version of Vue JS. - http://amp.gs/5ZTr

#vue
Seven React Native Packages to Know in 2021

A basic yet fairly complete library which implements features many mobile app users have come to expect in their user experience. - http://amp.gs/5pIJ

#reactnative
Ten Best Practices to Containerize Node Web Apps with Docker

Production-grade guidelines for building optimized and secure Node-based Docker images whether for microservices, server-side rendering, or stand alone apps. - http://amp.gs/5ltj

#nodejs
Angular—Introduction to service inheritance

Inheritance is one of the most popular ways to reuse code in Angular. It has been used very frequently to build components. Yet, not many developers will apply inheritance to service. In fact, service inheritance is much cleaner and easier to maintain comparing with component inheritance. It can be a good alternative of component inheritance in some cases. - http://amp.gs/5BBP

#angular
The Devil’s Albatross – An Algorithmic Layout Technique

Nils Binder explains how to build an algorithmic layout that switches from two centered elements to a spaced-out flex layout. - http://amp.gs/5nTm

#css
Reusable React Portals

A story about the React lifecycle and side-effects - http://amp.gs/5xe6

#react
Serverless Nest.js Micro-Services and Integrations without HTTP

You’ve got a Node app, you want to take it serverless.. you use API Gateway and have your Node app spin up an HTTP server and work through that, right? Nope, there’s a more direct way to do it. - http://amp.gs/5fnY

#nodejs
Caching Vue Refs

Is there a way to allow for persistence of Vue refs? This article shows how to compose additional caching logic on top of Vue refs. - http://amp.gs/5CvH

#vue
Announcing Experimental Multi-Platform Support for the Stream Flutter SDK

Stream is always looking out for the next big thing in developer tools to build new applications. React Native was one of the first mobile development framework supported by our SDKs and is still going strong. We announced support for Dart/Flutter in February of 2020. Flutter has been one of our fastest-growing integrations since — and we’re happy to announce new… - http://amp.gs/5kVE

#flutter
A proposal to improve Angular’s ReactiveFormsModule

In the past, the AngularInDepth blog has included some very helpful articles showing how the ReactiveFormsModule in @angular/forms can make your life easier. - http://amp.gs/5eeS

#angular
Understanding Clip Path in CSS

Ahmad Shadeed gives an introduction to the CSS clip-path with examples and use-cases. - http://amp.gs/57VI

#css