FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Demystifying angular/router: what is RouterScroller and why is it useful?

The RouterScroller entity is a very interesting part of the Angular Router. In this post, we're going to have a look at how it works, what makes its features possible and how it can be configured, depending on the developer's needs. - http://amp.gs/WDsA

#angular
Micro-FE Architecture: Webpack 5, Module Federation, and custom startup code.

Advanced implementation tactics to attach a startup sequence to micro-frontend applications designed using Module Federation. - http://amp.gs/Wuh4

#microfrontend
Logical Layout Enhancements With Flow-Relative Shorthands

Adam Argyle and Oriol Brufau give an introduction to logical property shorthands and inset properties. - http://amp.gs/W0GB

#css
RSLint: A Super Fast JS Linter Written in Rust

Last week we mentioned the Go-powered esbuild bundler but now Rust wants a turn at creating performance-focused JavaScript tooling. This seems to be a bit of a trend as Dr. Axel mentions next.. - http://amp.gs/WKxZ

#javascript #rslint
👍1
7 Best Angular Component Libraries to use in 2020

Angular is one of the elite JavaScript framework with more than 60,000 GitHub stars. Developed by Google and based on TypeScript, Angular is capable of delivering great web applications with high web page performances. - http://amp.gs/W3fv

#angular
CSS Text Effects - Five Minimal Examples

Ryan Finni showcases some nice, minimal examples of CSS Text Effects. - http://amp.gs/WwnN

#css
A very powerful tool 💪 for those who are familiar with the React development tool, as well as for designers and front-enders, has been featured on Product Hunt today! 🔥

Quarkly.io is a hybrid code editor, es7 code execution environment, module assembly and graphics editor. It is definitely a product of the day (or maybe even a week), which is worth taking a closer look at by everyone who is in one way or another involved in the development of websites and web apps!

Video trailer: https://youtu.be/Rzgdz1mbLbE

If you liked the project and want to support it, follow the link: https://u.to/dDUmGg
FrontEnd Development pinned «A very powerful tool 💪 for those who are familiar with the React development tool, as well as for designers and front-enders, has been featured on Product Hunt today! 🔥 Quarkly.io is a hybrid code editor, es7 code execution environment, module assembly and…»
Why React Hooks Over Higher-Order Components

Robin is back with a fantastic set of examples demonstrating the advantages of using hooks over higher-order components. - http://amp.gs/WFeq

#react
How to Record Phone Calls from Node (with Twilio)

Of course, just because you can doesn’t mean you should - use this for good things like taking messages, etc - http://amp.gs/WFQZ

#nodejs
The TRUE difference between [] and {{}} bindings in Angular

One of the parts of Angular that most developers think they understand, but many don’t, is the true nature of [] and {{}} bindings. - http://amp.gs/WXv5

#angular
Build a Responsive Media Browser With CSS

Andy Bell demonstrates how to create a flexible media browser and video player layout that maintains its aspect ratio at all viewports. - http://amp.gs/WXoS

#css
How to reuse one Vue.js codebase across multiple apps

Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/WWsK

#vue
How I Structure React Apps

Another instalment in this mini-series on how others are structuring their React apps. The comparison is valuable even if you eventually decide to do things your own, unique way. - http://amp.gs/Wa0e

#react