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
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
How to run separate Angular apps in one SPA shell? Multiple Angular application in one Single SPA in action

Sometimes, to solve a specific case in designing an application using Angular framework, we can choose an architecture that assumes running two or more separate Angular applications in one window scope. - http://amp.gs/WoMs

#angular
Focus Management and inert

Eric Bailey gives an introduction to Focus management, a practice of coordinating what can and cannot receive keyboard focus events, and explains how inert attribute helps. - http://amp.gs/WMaC

#css
webpack 5 Released

webpack is arguably the most popular bundler right now and this is the first major release in over two years. We get big improvements to caching (and therefore performance), reduced bundle sizes with better tree shaking, and a variety of breaking changes to prepare for the future (automatic Node polyfills are gone, for one). - http://amp.gs/W5cc

#webpack
Vue-router — props — 1/2

Here’s a short article with a few useful tips to working with Vue-router and component props. Did you know – for example – that you can automatically transform things like this.$route.params.id into an id prop? Read the article to learn how! - http://amp.gs/Wc88

#vue
JavaScript's Event Loop And Call Stack Explained

What do you do when you keep learning something then forget it? Felix turns it into a blog post. Jack Archibald’s In The Loop talk also remains a fantastic resource on this front if you have 30 minutes to spare. - http://amp.gs/WcMO

#javascript