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

Admin: @andrey2019
Download Telegram
Has Vite Made Vue CLI Obsolete?

There’s a new build tool in the Vue ecosystem called Vite. Its dev server is 10–100x faster than Vue CLI’s. - http://amp.gs/jIVrv

#vue
CSS Container Queries For Designers

Ahmad Shadeed explores how container queries could change your workflow as a designer. - http://amp.gs/jI9gf

#css
1
How We Debugged And Fixed EMFILE: too many files open on AWS Lambda

When running a Node based function, the author’s team kept running into this error oriented around the use of file descriptors. Luckily, the fix was pretty simple. - http://amp.gs/jI4PO

#nodejs #aws
1
Making JavaScript Run Fast on WebAssembly

Twenty years ago, JavaScript had a reputation of being rather slow but a huge amount of time, money and research went into making it incredibly fast in the browser. Now, the Bytecode Alliance is supporting work to do the same with optimizing performance in new environments opened up by WebAssembly. Lin illustrates what’s going on in her usual easily understood style. - http://amp.gs/jIRmN

#webassembly
How to Use Testing Library to Test Storybook

You may already be using Storybook to catalog all your key components states. Now you can re-use that logic with React Testing Library. - http://amp.gs/jIRq9

#react
Improved Responsiveness for Improved Performance in Angular Apps

When working with responsive applications, it’s often the case that we need to toggle the visibility of some… - http://amp.gs/jIUmy

#angular
How to Create a Monorepo for Multiple Node Packages

A step-by-step guide on how to use Lerna (a tool that optimizes the workflow around managing multi-package repositories with git and npm) to manage, and publish, two packages under the same monorepo. - http://amp.gs/jIdT4

#nodejs
Seven Steps to Modernize and Optimize Your React App

The third and final article in this mini-series provides still more recommendations for making your app’s performance truly stellar. - http://amp.gs/jIdde

#react
Angular Clean Architecture — Atomic Design

Introduction to Atomic Design - http://amp.gs/jIOp8

#angular
Guide to using the Vue v3.1 Migration Build

Read how to migrate your Vue 2.x apps into Vue 3 with the newly released Migration Build - http://amp.gs/jIO5a

#vue
Don't Use Functions As Callbacks Unless They're Designed for It

There's been a severe lack of Node blog posts this week, but this older one has been doing the rounds on social again, and it's fantastic enough to re-share :-) Callbacks can introduce added hidden complexity that can cause seemingly innocent code to break so it pays to be careful. - http://amp.gs/jISwm

#nodejs
Flutter Is About To Win Over the Web

The cross-platform framework offers the most compelling web development experience - http://amp.gs/jIAiK

#flutter
Getting Started with webpack

If you’re already working with webpack, scroll on by, but otherwise this is a reasonable beginner-oriented introduction to the main concepts. - http://amp.gs/jIqq8

#webpack
1
Building a React Component Library — The Right Way

This instructive tutorial teaches how to build libraries differently and drastically change the way you structure any web project and collaborate on code. - http://amp.gs/jIsO1

#react
What’s new in Vue 3.1?

It has already been 8 months since v3.0.0, and here is the first minor version. In the meantime, 11 patch releases landed mainly with bug fixes and performance improvements, but also with some features and changes.
Let’s catch up with everything that happened since v3.0.0! - http://amp.gs/jIiSO

#vue
1