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
Understanding Stateless Components in Vue

If you are not using an external package for state management, it's a good idea to have as few state-based components as possible by using stateless, presentational components with stateful components around them.
- http://amp.gs/AM58

#vue
Sustainable Angular Architectures with Tactical DDD and MonoRepos?

Business and industrial applications are usually long-lived. These applications include customer-facing applications layered with complex backend services and systems. Many of these applications are now implemented with web frontends using JavaScript. - http://amp.gs/A5w7

#angular
Smoother & Sharper Shadows With Layered Box-Shadows

Tobias Bjerrome Ahlin shows how to get fine-tuned control over how shadows are rendered, and create richer and more realistic 3D effects. - http://amp.gs/AQUs

#css
Working with GitHub Actions

GitHub Actions are still in beta and are changing quickly. But if you are looking to get started the possibilities are endless. - http://amp.gs/AcCO

#nodejs
15 Must-Have Vue Directives That Will Maximize Your Productivity

Vue directives can add handy features and solve countless issues in your apps. Here's a list of 15 essential directives that are ready for you to use. - http://amp.gs/A6e6

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