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
Micro frontends — a path to cleaner code and faster development

The traditional model to build, deploy, deliver and maintain web applications requires large-scale developer… - http://amp.gs/j1Vn6

#microfrontends
What's New in React 18?

A general roundup of what’s turning up in the next (not yet released) major version of React. - http://amp.gs/j1VLu

#react
Understanding Logical Focus Order

Rachel Leggett dives into logical focus order, explains what it is, why it matters, who it benefits from it, how to test it, and some common pitfalls to avoid. - http://amp.gs/j19Sk

#css
👍1
Migrating to webpack 5 to improve build time and reduce chunk sizes

Webpack an open source project is not just a tool to bundle the frontend assets but much more than that… - http://amp.gs/j1RfK

#webpack
Guidelines for Choosing a Node.js Framework

Hapi? Koa? Express? Slow down. Unlike a lot of articles, this one doesn’t give you any specific framework suggestions (the list of Node frameworks from awesome-nodejs is suggested for that) but instead arms you with the questions you should be asking when weighing up your potential options. - http://amp.gs/j1UIX

#nodejs
“ng-content”: Must know for every Angular Developer

Content Projection with “ng-content” in Angular - http://amp.gs/j1UXh

#angular
Virtualizing Large Data Lists with React-Window

In this tutorial, Ikeh Akinyemi covers how to render a large amount of data, either from an external API or a dummy data file within our application by using a React library, the React window to help web developers build a better web application. - http://amp.gs/j1Oyt

#react
UI Development with Chakra UI Vue — Tooltips

Chakra UI Vue is a UI framework made for Vue.js that lets us add good-looking UI components into our Vue app. - http://amp.gs/j1rxK

#vue
A New Form System for Flutter

A straightforward system to use for building complex Flutter forms with only a few lines of code. - http://amp.gs/j1S16

#flutter
How to Configure Angular Modules Loaded by the Router

Using NgModuleFactory to create a variant of the forRoot pattern that enables configuring Angular modules… - http://amp.gs/j1SFj

#angular
Writing Clean JavaScript Tests with the BASIC Principles

An introduction to applying several key principles to shorten, clean, and simplify JavaScript and Node.js-based test suites. - http://amp.gs/j1NDy

#nodejs
Micro Front-End Architectures

Why And How To Build A Micro Front-End Architecture In Angular - http://amp.gs/j1AOk

#microfrontends
How to Implement and Style the Dialog Element

Christian Kozalla demonstrates how to implement a user-friendly, accessible dialog on your website. - http://amp.gs/j1qf7

#css
Super simple PDF printing service with node.js.

How to write a RESTful http service to print PDFs on any local or network printer using Javascript and… - http://amp.gs/j1ix3

#nodejs
Declarative Route Path Management in Angular Apps — Even Better Than Best Route…

When I read Netanel Basal's article — “Best Route Forward — Declarative Route Path Management in Angular… - http://amp.gs/j1iuS

#angular