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
Lessons from Building Node Apps in Docker - http://amp.gs/qmy4

#nodejs
How JavaScript Works: How V8 Optimizes for Efficiency

An explanation of how the V8 JavaScript engine (as used in Chrome and Node) makes your code run as fast as possible, followed up with a few tips on improving your code to help V8 out - http://amp.gs/qpJN

#javascript
Use cases: ng-content

Content projection is not a concept that one may use everyday, and to be honest, many Angular developers that don't even know about it. - http://amp.gs/qlGP

#angular
Basic Functional Techniques with React

A few (very) basic ideas, including partial application, short circuit evaluation, and using methods like map, filter, and reduce instead of loops. - http://amp.gs/qlLk

#react
React Hook Form: Simple, Extensible React Form Validation

It’s not just an interesting project, but it has one of the best project homepages I’ve seen too, complete with code comparisons with similar libraries. - http://amp.gs/qGZ7

#react #hooks #forms
How npm Lockfiles Can Be a Security Blindspot for Injecting Malicious Modules

“Let me show you how easy it is to introduce back doors that are easily missed by project owners… leaving your code insecure.” This is a subtle issue, but we’ve seen how such issues can turn into big problems down the line recently. - http://amp.gs/qfcE

#nodejs
10 Tips & Tricks to Make you a Better Vue.js Developer

Here are 10 Vue.js tips and tricks you may not be aware of to help you write more better and more efficient code.
- http://amp.gs/qC5i

#vue
Complete Guide to Responsive Images

Elad Shechter shares a guide that covers everything you should know about responsive images. - http://amp.gs/qeFd

#css
Designing a focus style

When we get to testing accessibility on the sites we build we used to find that no one had applied focus rings properly, and often that someone had deliberately hidden them for the sake of the design. These days we include this as part of the designer requirements and this ticks two boxes: 1) the client knows they're coming; 2) the front end team know how to style them. In this article Zell looks at some popular web development sites and how they handle the focus ring approach. - http://amp.gs/qPoX

#design
The Differences Between the Same App Created in React and Vue

An interesting side-by-side comparison of the same app built by the same developer in both React and Vue.js. If you’ve seen this post before, it’s just been rewritten and updated to use React hooks. - http://amp.gs/qy0d

#react #vue