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
Asynchronous Modules and Components in Angular Ivy

Ivy is the code name for Angular’s next-generation compilation and rendering pipeline. - http://amp.gs/NfXd

#angular
Intl.NumberFormat and Its New Capabilities

Intl.NumberFormat is an established route to locale-aware number formatting, but it is gaining a variety of new abilities (already supported on Chrome 77+) including support for BigInt, units of measurement, and scientific notation. - http://amp.gs/NkaC

#javascript
Introducing Transloco: Angular Internationalization Done Right

Translation can drive you crazy, here's the cure! The internationalization (i18n) library for Angular. Introducing Transloco: Angular Internationalization Done Right.
- http://amp.gs/N7zF

#angular
Vue.js Single-File Component Factory

Perhaps the best way to inject dependencies is via factory functions that take dependencies as parameters. In this article, you'll see a solution that makes it possible to do this from a Vue.js single-file component.
- http://amp.gs/NykE

#vue
What the CSS — Implementing Trigonometry in SCSS, and Lessons Learnt

Weiyuan Liu shows how we can harness core engineering principles such as code reuse and unit-testing through implementing trigonometry in SCSS.
- http://amp.gs/NhUs

#css
'Logic-Less' JSX

The opportunities that JSX provides for mixing logic and markup are significant but.. you can go too far. Here are some thoughts on how to keep things clean. - http://amp.gs/NgNW

#react
Yarn Workspaces: Organize Your Project’s Codebase Like A Pro

Yarn workspaces provide a way to work better with multiple dependencies together. This article explains the benefits and using them in a monorepo configuration. - http://amp.gs/NE2s

#nodejs
Vue.js Pattern for Async Requests: Using Renderless Components

Learn how Vue renderless components can be used to handle async requests and to make HTTP request logic reusable.
- http://amp.gs/NV3U

#vue
The Best Way To Lazy Load Angular Elements

In this article we will be focusing on learning how to use Angular elements and other web components in the context of parent ( consumer ) Angular applications. It’s based on hands-on production ready experience from large enterprise organization with more than hundred of SPAs and libraries combined!
- http://amp.gs/N9Pr

#angular
How to Build An Admin Panel with React

A practical example of using react-admin, a framework for building Material Design-styled admin panels on top of REST and GraphQL APIs. - http://amp.gs/N4Xh

#react
Intrinsically Responsive CSS Grid with minmax() and min()

Evan Minto demonstrates how to create intrinsically responsive CSS Grid. - http://amp.gs/NRUi

#css
Explain Like I'm 5: Microservices in Node.js

A look at the basics of microservices, by way of a Lego-themed Node-based example. - http://amp.gs/NUp1

#nodejs
The Complete Guide To Angular Load Time Optimization

In the past, Christian has written a lot about performance tuning Angular apps. Now it is time to dive into one of the big and important topics: optimizing Angular load time performance.
- http://amp.gs/NOm8

#angular
JavaScript and Node Testing Best Practices

Almost 50 best practices divided into categories (backend, frontend, CI, etc.) complete with code examples. Not just the basics, it digs into areas like visual regression, property-based testing, and contract testing, too. - http://amp.gs/NSEd

#javascript #testing