FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
How to Create a Custom Hook

Every week we’re including links to a variety of hooks (see the ‘Quick Bits’ section in this issue, for instance) but if you’ve been wondering how you could create your own, Robin boils it down to the basics here. - http://amp.gs/jlLjB

#react
👍3
14 Linting Rules To Help You Write Asynchronous JS Code

Walks through a variety of rules shipped by default with ESLint – an interesting way to learn some best practices. - http://amp.gs/jlLJN

#javascript
👍5😁1
Angular Performant List Rendering

As an Angular developer, no doubt, you use *ngFor many times every day. There are a couple of things we can do to squeeze more performance out of Angular when rendering our list-like component items. - http://amp.gs/jlWgF

#angular
👍4
Building a Dialog Component

Adam Argyle gives a foundational overview of building color-adaptive, responsive, and accessible mini and mega modals with the <dialog> element. - http://amp.gs/jlWQz

#css
👍5
Create a Node.js Video Streaming Application

Hi folks, in this article, I am going to show you a very simple Node.js application to stream videos online… - http://amp.gs/jlasq

#nodejs
👍4
Why Did Both Vue and React Choose Hooks?

In this article, you'll get an understanding of the "hooks" pattern and why it has been adopted in React and Vue (Composition API). - http://amp.gs/jloMR

#vue
👍6
What’s New in HTTP/3?

A walkthrough of HTTP/0.9, HTTP/1.0, HTTP/1.1, HTTP/2, and HTTP/3 - http://amp.gs/jlMSi

#http
👍10
Event Emitters in Angular

When you start learning Angular one of the first things you learn is how to communicate between child and… - http://amp.gs/jl548

#angular
👍2
CSS :has() A Parent Selector Now

Matthias Ott shares a short introduction to :has() pseudo-class. - http://amp.gs/jl5LV

#css
👍8
Micro-Frontends with Webpack 5 Module Federation

How micro frontend applications can tame the monolith beast - http://amp.gs/jlQxe

#microfrontends
👍6
How Does Shallow Comparison Work in React?

Shallow comparison is a concept interwoven into React. It plays a key role in React’s internals without adequate explanation. This dives into the source and finishes with some useful takeaways. - http://amp.gs/jlQOE

#react
👍5
How to Write Vue 3 Composables for a Third-Party API Integration

In this series, learn how to build a live streaming web application using Vue and Amazon Interactive Video Service. - http://amp.gs/jlQWO

#vue
👍2
Functional Reactive Programming in Angular with RxJS

Because React doesn’t own reactivity in the front-end space - http://amp.gs/jlckk

#angular
👍42👎1
Add a CSS Lens Flare to Photos for a Bright Touch

Shimin Zhang demonstrates how to create a lens flare effect using CSS. - http://amp.gs/jlcwL

#css
👍3
The Most Popular Node.js Frameworks in 2022

OK, it’s a listicle, and the data comes from surveys, GitHub stars, and gut feelings, but it’s a reasonably well put together summarized list of frameworks (back-end, full stack, CMSes, and more) as of right now. - http://amp.gs/jl6Eo

#nodejs
👏4
How to build a React library with TypeScript

In this article, you can get to know how to build React library with TypeScript and Rollup. It provides full… - http://amp.gs/jlb8X

#react
👍5
Why Use TypeScript with Vue.js?

Using TypeScript with Vue.js 3 helps you catch more errors as you code, gives you the confidence to refactor, and enhances IDE functionality with components. - http://amp.gs/jlbSV

#vue
👍4