FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
The State Reducer Pattern with React Hooks

A pattern for you to use in custom hooks to enhance their power and flexibility. - http://amp.gs/RsQp

#react #hooks
Building a Food Store using Redux and Angular

When applications get complex, it can be difficult to manage their data. In this tutorial, learn how to use the state management library Redux to build a food store that displays items and lets users add them to a shopping cart - http://amp.gs/RiXK

#angular
Managing z-index in a Component-Based Web Application

The z-index property, despite all that’s written about it, is still widely misunderstood and mishandled. Stacking issues in a complex single-page web application can become a major pain. Adhering to some principles, however, we can easily avoid these issues. - http://amp.gs/RD3P

#css
Getting Creative with the console API

If console.log is as far as your knowledge of the console object goes, this could be very handy. There are so many useful functions in there that’ll help you out while debugging. - http://amp.gs/R09Y

#javascript
Stop Using So Many DIVs: An Intro to Semantic HTML

Considering the HTML5 spec reads that “authors are strongly encouraged to view the div element as an element of last resort, for when no other element is suitable”, this article is a handy reminder of the semantic alternatives. - http://amp.gs/RKGF

#html
Lazy Loading External JavaScript Libraries in Angular

Angular has a great ecosystem that provides us almost everything. However, we might find sometimes we still need to borrow things from plain JavaScript libraries. In these cases, we can either include external JavaScript libraries in theindex.html header/body, or include them in angular.json which will be bundled via Angular CLI. - http://amp.gs/R3n9

#angular
How to Use Domain-Oriented Observability

When Martin Fowler puts his editorial backing behind an article, I pay attention! Here’s a thorough walk through of an approach to adding business-relevant observability to JavaScript code in a clean, testable way. - http://amp.gs/RHZs

#nodejs
You Don't Need jQuery: Doing Things the Vanilla JS Way

There have been a few projects of this sort over the years (such as You Might Not Need jQuery) but seeing how to perform common DOM related operations with vanilla JavaScript always gets a thumbs up from me. Note: jQuery is still a great library and has many valid use cases. Don’t migrate away if you don’t want to! - http://amp.gs/RH66

#javascript
Understanding Angular’s ViewEncapsulation

In your Angular components you’re able to specify a component’s ViewEncapsulation. It defines template and style encapsulation options available for components, and thus specifies the strategy on how styles are applied to a component. By default, styles are appended to the document’s <head> and is encapsulation emulated, but there are other options as well. - http://amp.gs/Rw0D

#angular
Browser Rendering Optimizations for Frontend Development

Explores the conditions that can enable (and prevent) a web app to run (optimally) at 60 frames per second. - http://amp.gs/RFlB

#optimization
Building an extensible Dynamic Pluggable Enterprise Application with Angular

In this article, we will talk about how we can leverage Angular CLI build tools to create an AOT precompiled Angular plugin, which can share common code with other plugins and even work with Angular universal. This is an unofficial solution, but it works well for our case. - http://amp.gs/RLZx

#angular
Web Components Will Replace Your Frontend Framework

A bold claim but Danny makes a lot of good points and shows off the basic concepts well. - http://amp.gs/RL5S

#webcomponents
Node.js's New 'Enterprise Focus Group'

The new group will act as a way to gain feedback from “companies with a large technology footprint, defined here as 50+ projects, that are building on or using Node.js”.. so if that’s you, consider signing up. - http://amp.gs/RWKo

#nodejs
The Trouble with Implementing SSR in a Laravel/Vue app

Are you trying to integrate server-side rendering into an existing Laravel/Vue application? This post covers the main issues the author ran into and will provide some tips along the way.
- http://amp.gs/RaAu

#vue