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

Admin: @andrey2019
Download Telegram
Discovering Vue Composition API with Examples

Learn about the Composition API through practical examples. - http://amp.gs/jICOJ

#vue
Journey of Improving React App Performance by 10x

The first of three articles focused on performance improvement: the first starts with some ways of figuring out why application performance is suffering and then provides four specific, prescriptive techniques for eliminating the bottlenecks. - http://amp.gs/jIkn8

#react
awesome-nodejs-security: A Curated List of Node.js Security Resources

Includes libraries like express-enforces-ssl and stories of incidents like the left-pad incident. - http://amp.gs/jIP1f

#nodejs
Introduction to Using Storybook in a Vue.js Project

Looking to use Storybook in a Vue.js project? Here's a guide created by Scalingo while revamping their dashboard application. - http://amp.gs/jIPu7

#vue
CSS for Web Vitals

Katie Hempenius and Una Kravets cover CSS-related techniques for optimizing Web Vitals. - http://amp.gs/jIhs0

#css
Top React Component Libraries (2021 Edition)

The folks at Retool just released the 2021 update of their list of top React libraries. But it’s more than just a list, but rather a detailed synopsis seemingly based on first-hand experience. - http://amp.gs/jIviG

#react
Reactive error-handling in Angular

“Whatever can go wrong, will go wrong” — this story describes how to handle errors in a reactive way with… - http://amp.gs/jIEqj

#angular
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