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
React Philosophies: Simple, Practical, Easy-to-Follow Guidelines

This developer indentifies the seminal thinkers who impacted her careeer growth and then boils their respective philosophies down so they can easily be incorporated into your project. - http://amp.gs/j13GK

#react
When a WeakMap() Actually Came in Handy

The creator of slide-element, an element animation library, explains a situation where he found the often misunderstood WeakMap type came in handy. - http://amp.gs/j1HYR

#javascript
From Nuxt to Astro - Rebuilding with Astro

Astro is an innovative static site generator that focuses on static generation instead of JS framework. But how much better is it than Nuxt? - http://amp.gs/j1HL7

#vue
A Complete Guide to Buffers in Node.js - http://amp.gs/j120n

#nodejs
Custom Properties With Defaults: 3+1 Strategies

Lea Verou shares different ways to set custom properties with defaults. - http://amp.gs/j1wUT

#css
Converting a React Component to TypeScript

By methodically working through the errors encountered in the process, the author provides an instructive summary of what it takes to modify a standard React component to use TypeScript. - http://amp.gs/j1F8w

#react
The Complete Angular Performance Guide For 2021

Frustrated with your slow Angular app? Here’s how to double or even triple the speed of your Angular… - http://amp.gs/j1Fqm

#angular
Announcing TypeScript 4.5 Beta

The next TypeScript release is shaping up to be a good one with ES module support in Node (plus CommonJS interop), the Awaited type, --module es2022, and tail-recursion elimination on conditional types all highlight fetaures. - http://amp.gs/j1XGO

#typescript
Is Deno Still a Thing? A Look at the Status of the 'Node Killer'

Not a particularly deep piece, but if you’ve not kept up with Deno it’s a quick catch up. - http://amp.gs/j1X3x

#nodejs
How to Build a Movies App with Vue, Auth0, and Cloudinary

In this tutorial, we'll learn to build a movie app that uses Auth0 to integrate authentication and Cloudinary to enable media optimization and transformation. - http://amp.gs/j1LvU

#vue
Redux Is Dead: Long Live Redux Toolkit - http://amp.gs/j1LcS

#react
1👍1
How Experienced Developers Review Code

Simply reviewing someone's code and identifying errors is great and as a developer, follow these five good practices experienced developers do at code reviews. - http://amp.gs/j1WKI

#codereview
Safe DOM Manipulation (in the Future) with the Sanitizer API

The new Sanitizer API (edited by developers from both Google and Mozilla) aims to build a robust processor for arbitrary strings to be safely inserted into a page. Something to look forward to. - http://amp.gs/j1amK

#javascript #webapi
👍1
Flutter Minimizing Tips

A minimalist guide for size optimizations for Flutter. - http://amp.gs/j1a4U

#flutter
Managing Secrets in Node.js with HashiCorp Vault

HashiCorp Vault helps organizations manage secrets safely. Learn how to use Vault with your Node.js… - http://amp.gs/j1aoK

#nodejs
Reusing Angular component code by using TypeScript Inheritance

Since TypeScript supports the inheritance concept. Certain times, it is very easy to reuse code. If Angular… - http://amp.gs/j1oVU

#angular
Use Vue 3 Single File Components Without Compilation

This article explains the process of using Single File Components in Vue 3 without compilation by using the vue3-sfc-loader. - http://amp.gs/j1Mng

#vue
Conditional border-radius and Three Future CSS Features

Stefan Judis gives an overview of some future CSS features: media query ranges, container queries, and @when/@else. - http://amp.gs/j15Zz

#css
How to Replace useState with useRef and Be a Winner

A post walking through the differences between different forms of state, when state is really needed or not, and an alternative and optimizations for certain cases. - http://amp.gs/j1QKg

#react