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
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
JavaScript Developer Breaks Two Popular npm Packages

The creator of Faker.js and colors.js, two packages we’ve mentioned quite often, made some unorthodox commits to his projects recently that caused them to either disappear or break in interesting ways which resulted in GitHub suspending his access at one point. To be blunt, you want to be finding alternatives. The Register’s writeup is, perhaps, one of the more colorful. Dependencies continue to be risky and this story will surely trundle on. - http://amp.gs/jm48k

#nodejs #npm #news
Top 5 VS Code extensions for Vue developers for 2022 - http://amp.gs/jm4op

#vue
A Visual Guide to useEffect

We have featured previous instalments of the author’s Visual Guide to React Rendering series (see useMemo and Props for example) and now he turns his attention to useEffect. His illustration of these concepts through a series of GIFs is both clever and effective, particularly for visual learners. - http://amp.gs/jmR0N

#react
Angular — Micro-Frontend

Everything you need to know about microservice oriented architecture for the frontend from beginner to advanced - http://amp.gs/jmdGQ

#angular
CSS in 2022

Bramus Van Damme looks at which CSS language features we can expect to land in browsers in 2022. - http://amp.gs/jmOM6

#css #2022
👍2
Is It Time for the JavaScript Temporal API?

“Date handling in JavaScript is a pain, it’s time for a proper Temporal API.” - http://amp.gs/jmS03

#javascript
On React Project Layout

The author makes the case that the layout of the src directory should be more standardized, similar to the approach taken by the highly opinionated Ruby on Rails. Here is his proposal for making this directory something other than the ‘wild west’. - http://amp.gs/jmNVf

#react