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
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/5JzX

#angular
Micro Front-End Architecture at Enterprise Scale

This article tries to compress years of experience in enterprise architecture into a useful guide with a focus on micro front-end architecture. - http://amp.gs/50zX

#microfrontends
Display Dynamic Calendar Events With Flutter

How to use table_calendar package to create dynamic events in your Flutter apps. - http://amp.gs/5K8b

#flutter
Seven Ways of Achieving Conditional Rendering in React

Conditional rendering means rendering only that which needs to be rendered instead of rendering everything by default. Here are a number of different ways of doing that, each suited to a particular set of conditions. - http://amp.gs/5KbI

#react
The JavaScript 'Rising Stars' of 2020

Fingers crossed this is our final ‘look back’ at 2020, but the ‘Best of JS Rising Stars’ roundup comes out at the start of each year and shows off the fastest growing JavaScript tools and projects over the past year based on GitHub stars (which, yes, is by no means a definitive metric). Stand out projects include Deno, Playwright, esbuild, and Rome, all of which we expect to see great things of in 2021. - http://amp.gs/5Hzl

#javascript
Making GitHub’s New Homepage Fast and Performant

Tobias Ahlin takes a deep-dive into two strategies that produced the most significant performance impact for GitHub’s new homepage: crafting high-performance animations and serving the perfect image. - http://amp.gs/52Yw

#css
Vno: a Vue/Deno Love Story

Vno is the first native build tool for parsing, compiling, and bundling Vue components in a Deno runtime. Vno has an integrated CLI for quick set up. - http://amp.gs/52bq

#vue
How To Write Better Functional Components in React

Five simple tips which help write optimized functional components that are more readable, each with its own sample code showcased with JSFiddle. - http://amp.gs/5XjK

#react
Angular Component Portals

There has been much talk and hype around Angular Ivy, with it being hailed as the saviour for many things that will come to Angular ecosystem of the future, this includes to be able to lazily load an individual component at runtime using the import syntax without the need of a NgModule itself. - http://amp.gs/5XLB

#angular
How to Deploy Flutter Web to Netlify Using CI/CD and Azure Pipelines

From Firebase to Netlify, a step-by-step guide to deploy Flutter Web to Netlify using Azure Pipelines. - http://amp.gs/5WL8

#flutter
New Aspect-Ratio CSS Property Supported in Chromium, Safari Technology Preview, and Firefox Nightly

Una Kravets explains how to maintain aspect ratio within images and elements with the new aspect-ratio CSS property. - http://amp.gs/5aiX

#css
Vite 2 - a DX Jump Into the Future

Vite is a next-generation frontend tool which serves files on-demand over native ESM. This post discusses why the instant feedback loop unlocked by Vite is so important and what's new in Vite 2. - http://amp.gs/5oKy

#vue
How to Make a Snazzy One-Time Code Input in React Native

If your app demands a user enter a one-time code (from an SMS, say) here’s a way to make it a nice experience with React Native. - http://amp.gs/5Mu1

#reactnative
13 JavaScript One-Liners That’ll Make You Look Like a Pro

I think the title oversells it a little, but nonetheless, you might pick up a tip or two from these well presented examples. - http://amp.gs/557n

#javascript
Compliant components: Declarative approach in Angular

When I first heard about compliant mechanisms I was very impressed. Even though they surround us in our daily lives — we barely ever think about what they are conceptually. - http://amp.gs/5QZP

#angular
10 Best Practices to Containerize Node.js Web Applications with Docker

A helpful article that provides production-grade guidelines for building optimized and secure Node.js Docker images for your web applications. - http://amp.gs/5QQx

#nodejs
Using Web Workers in Vue Applications

As a single-threaded programming language, JavaScript can only perform a single set of instructions at a time. Learn how to use web workers in Vue applications to keep the main thread unblocked. - http://amp.gs/5cPy

#vue