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
Best Practices for Logging in Node

A collection of tips walking through logging essentials - things like avoiding logging sensitive information, writing descriptive messages, and using logging levels correctly. - http://amp.gs/jmnDH

#nodejs
How To Write Better Functional Components in React

Five simple tips to help write optimized functional components that are more readable, each with its own sample code showcased with JSFiddle. - http://amp.gs/jmG9a

#react
👍1
Taking micro-frontends to the next level

The micro-frontends concept has been out there for quite a while. We’ve been using this architecture in Wix… - http://amp.gs/jmxPV

#microfrontends
How to Find Out If Someone Really Knows Angular

5 Advanced Interview Questions - http://amp.gs/jmfpJ

#angular
Orchestrating Complexity With Web Animations API

Kirill Myshkin explains how Web Animations API timing works and how to control the playback of several animations at once. - http://amp.gs/jmfaZ

#css
👍1
How to Make a Nuxt.js Application SEO Friendly

Learn how to configure Nuxt to ensure your web app maximizes SEO potential. - http://amp.gs/jmC3B

#vue
On Building an Effective Image Component for Next.js

The story of an out-of-the-box solution to optimize images for Next.js. It optimizes loading, compression and responsiveness. - http://amp.gs/jmkNw

#react
Node.js Garbage Collection Explained

Explains how garbage collection and memory management works in practice with Node.js complete with illustrations and code examples. This post was updated in September. - http://amp.gs/jmeCH

#nodejs
A journey into NgRx Selectors

This article dives deep into NgRx selectors and will help you understand what role that play in NgRx architecture and how they help decrease the complexity of a codebase - http://amp.gs/jmPIJ

#angular
Introduction to Nuxt 3 Modules

An introduction to creating custom modules with the new Nuxt 3 framework. - http://amp.gs/jmPJ3

#vue
The Effect of CSS on Screen Readers

Jozsef Polgar explains how poorly written CSS can affect screen readers. - http://amp.gs/jmyrX

#css
Better Micro Frontends and Design Systems with Independent Components

Why you should stop using tools and methodologies made for monolithic projects to develop and collaborate on… - http://amp.gs/jmhCa

#microfrontends
How to Customize Styles in Material UI Components

Material UI provides a set of robust components for use in React apps, but what about when you want to tweak them a bit? - http://amp.gs/jmhJ6

#react
How to Access ES Module Metadata Using import.meta

Learn how to access the meta-information (module URL, etc.) of an ES module from JavaScript code and see what useful information about the module you can access using import. meta. - http://amp.gs/jmvtc

#nodejs
Level Up Your CSS Linting Using Stylelint

Rob O’Leary explains how to improve your code quality using Stylelint. - http://amp.gs/jmvcb

#css
2021's JavaScript Rising Stars

Back for the 6th year running is this popular look at JavaScript projects that have continued to be popular on GitHub. Stars aren’t the only way to determine what projects are good, but it’s one way, and we tend to find it surfaces some worthwhile projects and libraries to check out. 2021 was a strong year for JavaScript and particularly for projects like Next.js, Vite, and zx! - http://amp.gs/jmggC

#javascript #rising #stars
Fuite: A Tool for Finding Memory Leaks in Web Apps

Given the choice of “load up DevTools and do lots of work in the Performance tab” vs “run this script”, the latter sounds like the easier option.. and Fuite aims to make the process of detecting memory leaks in your Web pages as easy as that. - http://amp.gs/jmgcc

#javascript
A Recap of React Conf 2021

React Conf took place online for the first time in 2021 and this is a fantastic summary of what took place along with videos of the talks and why you might watch some of them. The main keynote covered the state of concurrency, Suspense, server components, React Native, and more. - http://amp.gs/jmEsN

#react
Angular 13: What Makes it Tick for Enterprise Frontend Development?

Last month Angular team released a major upgrade of the framework with many groundbreaking features and improvements. Let’s get to see them all. - http://amp.gs/jmVVe

#angular