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
Jagged Little Pill: Issues with Rounded Buttons

Tyler Sticka shares a technique for overcoming touch target size and content clipping issues with pill-shaped and circular buttons.
- http://amp.gs/qIYH

#css
Don't Sync State, Derive It

Avoid synchronization bugs and hidden complexity by deriving (or calculating) state on the fly rather than keeping numerous copies of state around your app. - http://amp.gs/qjzl

#react
Variable Fonts & The New Google Fonts API

A look at how variable fonts (and the related syntax) are going to work in Google Fonts going forward. - http://amp.gs/q8jT

#fonts #api #google
Dependency Injection in Vue.js with Functional Component Factories

Learn how to conveniently inject dependencies into Vue.js components via props and a functional wrapper component. - http://amp.gs/q8wZ

#vue
How to Collect, Customize, and Centralize Node Logs

Covers some best practices for collecting and customizing logs from your apps. - http://amp.gs/qT2T

#nodejs #logging
Creating Behavioral Components in Angular

When working on an enterprise application, or with a company that deals with multiple projects, it’s necessary to develop a solid foundation; Specifically, it’s important to have strong core components which are flexible enough to adapt to any variation or requirement, and can be shared across teams
- http://amp.gs/q1Nw

#angular
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