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 Work with Intervals in React Hooks

If state does not appear to be working as you expect when using intervals, this tutorial explains why that is, in a simple and effective way. - http://amp.gs/6C4z

#react
Angular Event Binding Deep Dive

One of the fist things we learn in angular is how to handle events. But many of us just learn how to do the basics, and never give it another thought. But understanding what’s really going on can come in handy in certain situations. - http://amp.gs/6kRq

#angular
A Look at Nine JavaScript and TypeScript ORMs

A pretty thorough roundup, complete with code examples, showing off a variety of tools like Knex.js, Mongoose, TypeORM, Waterline, and Bookshelf. - http://amp.gs/6evB

#nodejs
RxJS Better Practice

RxJS is a real life savior when it comes to the complex data structured app, helps building data pipelines… - http://amp.gs/6PGg

#rxjs
Advanced Preloading Strategy For Large Applications In Angular

In Most of the applications we have a requirement of preloading modules before user navigates to a particular page to reduce loading time. In this article we will not be talking about inbuilt preloading support provided by Angular, or the ones using PreloadingStrategy. Instead we will be talking about implementing something that is more suitable for a large scale application and something which is progressive and scalable. - http://amp.gs/6ynu

#angular
Handling Text Over Images in CSS

Ahmad Shadeed explores different approaches and solutions for handling text over images. - http://amp.gs/6hYt

#css
React Context for Dependency Injection, Not State Management

Don’t think of React Context as “a way to manage React state”. Think of it as “a way to manage React dependencies”. When you have some bit of code that isn’t necessarily dependent on React, consider extracting it and perhaps even injecting it with the React Context API. - http://amp.gs/6v1u

#react
7 Habits I Avoid to Become Highly Productive

This essential reading about the habits to avoid in becoming highly productive will surely help you boost your productivity and let you see your productivity grow rapidly. - http://amp.gs/6g42

#productive
Using Webpack Module Federation To Share An App Shell

Keep modules in sync across different web applications at scale - http://amp.gs/6ETL

#module #federation
Let’s Develop a Video Chat App using JavaScript and WebRTC

Part 2: How to implement WebRTC using JavaScript and Node.js in the Backend - http://amp.gs/6ErO

#javascript
Top 100 Questions You Must Prepare For Your Next Angular Interview (1–45)

Angular Interview Questions 2021-Part 1 - http://amp.gs/6VIk

#angular
How to Improve Rendering Performance in a 1,000-Item React List

Pragmatic, prescriptive recommendations for efficiently handling large amounts of data on limited screen real estate. In related news, GitHub tried a React-based approach here for their log displays and ended up rolling their own vanilla library. - http://amp.gs/69GD

#react
Managing Multiple Threads In Node

A look at how to potentially triple your Node app’s performance by managing multiple threads. There’s a video version of the post available too. - http://amp.gs/6U1y

#nodejs
Dark Mode in 5 Minutes, With Inverted Lightness Variables

Lea Verou shows an interesting technique to create a dark theme quickly. - http://amp.gs/6UMx

#css