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
How to Eliminate Render-Blocking Resources: a Deep Dive

Sia Karamalegos outlines why it’s important to eliminate render-blocking resources and shows how to fix it in your HTML, CSS, and JavaScript. - http://amp.gs/j8W3V

#css
My Favorite Microservice Design Patterns for Node.js

Saying you’re using REST is not good enough anymore - http://amp.gs/j8aP1

#nodejs
A Checklist for Freelance React Developers

Robin covers a variety of things to think about if you’re an independent React developer who needs to seamlessly get involved with existing teams and projects. - http://amp.gs/j8abR

#react
The Ultimate Guide to Browser-Side Storage

Does a pretty good job of covering all the options, right from variables through localStorage and on up to non-standard browser APIs you probably don’t want to be using. - http://amp.gs/j8oSI

#javascript
A Visual Guide to React Rendering

This article makes effective use of GIFs to clearly illustrate how React renders pages. Spoiler alert: React always re-renders, according to the author. Unless, of course, you follow his recommendations. - http://amp.gs/j85Dy

#react
Thinking About The Cut-Out Effect: CSS or SVG?

Ahmad Shadeed looks at how you can use CSS and SVG to achieve a cut-out effect. - http://amp.gs/j8Qqk

#css
Getting Started with Writing Test Cases in Flutter

Learn how to write test cases in Flutter with simple examples. - http://amp.gs/j8cNR

#flutter
Microsoft Beachball: The 'Sunniest' Semantic Version Bumper?

This might just be my favorite name for a Microsoft project since Microsoft Bob. Beachball is meant to make “automating npm publishing a breeze” with changelog generation and zero config versioning. - http://amp.gs/j869O

#nodejs
25 Vue Tips You Need to Know

I've picked up a ton of useful tips over the years developing and writing about Vue. Some are clever, some I use almost every day, and some are more advanced — but they're all useful. - http://amp.gs/j8bh9

#vue
How to Test Component Interactions

The case for using Testing Library, given its ability to mimic user interactions and check results as opposed to simply testing the components arcane internal implementation details. - http://amp.gs/jTIki

#react
Why and How to Lazy Load Components in Angular

Create a reusable Angular accordion component and lazy load its content - http://amp.gs/jT8zi

#angular
Running CPU-Bound Tasks in Node with Worker Threads

A thorough, practical introduction to using worker threads to get beyond Node’s naturally single-threaded nature. - http://amp.gs/jTTj3

#nodejs
Yarn 3.0: What's New in the Alternative JavaScript Dependency Manager

Yarn was born at Facebook in 2016 as an alternative (and, at the time, improvement) to npm. Both npm and Yarn have evolved since then, and the big jump to Yarn 2 put some people off. - http://amp.gs/jTzso

#yarn
Refactoring CSS: Strategy, Regression Testing And Maintenance

Adrian Bece takes a deep dive into the CSS refactoring process and covers incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase. - http://amp.gs/jT1Rj

#css