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

Admin: @andrey2019
Download Telegram
AbortController is Your Friend

AbortController provides a way to abort web requests at any point without waiting for a response, but it’s possible to apply its handy mechanism to other use cases, as shown here. - http://amp.gs/jnOX5

#javascript
👍3🔥1
Executing Shell Commands from Node.js

Dr. Axel’s journey through the backrooms of Node.js continues with another in-depth guide – this time tackling running other programs from our Node apps. The focus is on the built-in child_process module here, but you might also want to consider things like execa too. - http://amp.gs/jnr7j

#nodejs
👍4
Vue Use State Effect

The vue-use-state-effect library allows you to create sharable states/stores inside your application. You can then handle them via composables with your own custom logic. - http://amp.gs/jnroO

#vue
👎4👍2
What is new in Angular 14?

Honestly, they haven’t brought a lot of features into a single major version for a while, so the community seems to be thrilled and looking forward to it. - http://amp.gs/jnS4Y

#angular
👍5👎1
The New Wave of React State Management

It wouldn’t be a complete React Status if there wasn’t something about state management. This (quite lengthy) article gives a sweeping overview, along with some history and opinion on the way, rather than presenting the capabilities of a single tool or approach. - http://amp.gs/jnS6Q

#react
👍4
Vue3 Composition API: watchEffect vs. watch - http://amp.gs/jnAJp

#vue
👍8👎1
Ways to Estimate npm Package Market Share

Industry analysis is far from an exact science, but it’s interesting to see the techniques and data sources you can use to estimate things like relative market share of various packages. - http://amp.gs/jnq7x

#nodejs
🔥6👍4
Awesome React Components: A Curated List of, Perhaps Unsurprisingly, Components

A thorough (and frequently updated) compilation of just over 500 components in all sorts of categories from rich text editors and menus to trees and the perennial date picker. - http://amp.gs/jnqWM

#react
👍10🙏1
The Story of the Custom Scrollbar Using CSS

Tapas Adhikary gives a step-by-step guide on how you can customize the scrollbar with a bit of CSS. - http://amp.gs/jnsZg

#css
👍8
Angular’s Vision for the Future - http://amp.gs/jnsOI

#angular
👍3
Applying SOLID Principles in React

The so-called SOLID object oriented design principles have stood the test of time—they were first introduced by Robert Martin in 2000. Although much has changed since, they are still valid and can be valuable when applied in React applications. - http://amp.gs/jnidu

#react
👍11
Two Lines of CSS That Boosts 7x Rendering Performance

Murtaza Nathani explains how content-visibility and contain-intrinsic-size can improve rendering performance. - http://amp.gs/jni5H

#css
👍10👏4
Ecma International Approves ECMAScript 2022, But What’s New?

Thanks Ecma – ECMAScript 2022 is now an approved standard. JavaScript’s resident doctor brings us up to speed with what this means in practice, as well as answering a few common questions. You’ll already be using some of these features – this is mostly about tying up the formalities. On to ES2023.. - http://amp.gs/jnDE1

#javascript
👍5🎉2
Introduction to Deploying Angular Micro Frontends with Netlify

This series of articles will aim to showcase the process of scaffolding and deploying a Micro Frontend… - http://amp.gs/jnu89

#angular
👍7👎1
How To Set Up a GraphQL API Server in Node

Tania is back with another well written practical walkthrough (her webpack 5 and Map and Set tutorials are great past highlights). - http://amp.gs/jnuiU

#nodejs
👍5
The Tale of Refactoring a 2700 Line React Component

Part (quite opinionated) tutorial and part story focusing on reducing and rationalizing existing code rather than creating more. - http://amp.gs/jnJp4

#react
👍3