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
'Logic-Less' JSX

The opportunities that JSX provides for mixing logic and markup are significant but.. you can go too far. Here are some thoughts on how to keep things clean. - http://amp.gs/NgNW

#react
Yarn Workspaces: Organize Your Project’s Codebase Like A Pro

Yarn workspaces provide a way to work better with multiple dependencies together. This article explains the benefits and using them in a monorepo configuration. - http://amp.gs/NE2s

#nodejs
Vue.js Pattern for Async Requests: Using Renderless Components

Learn how Vue renderless components can be used to handle async requests and to make HTTP request logic reusable.
- http://amp.gs/NV3U

#vue
The Best Way To Lazy Load Angular Elements

In this article we will be focusing on learning how to use Angular elements and other web components in the context of parent ( consumer ) Angular applications. It’s based on hands-on production ready experience from large enterprise organization with more than hundred of SPAs and libraries combined!
- http://amp.gs/N9Pr

#angular
How to Build An Admin Panel with React

A practical example of using react-admin, a framework for building Material Design-styled admin panels on top of REST and GraphQL APIs. - http://amp.gs/N4Xh

#react
Intrinsically Responsive CSS Grid with minmax() and min()

Evan Minto demonstrates how to create intrinsically responsive CSS Grid. - http://amp.gs/NRUi

#css
Explain Like I'm 5: Microservices in Node.js

A look at the basics of microservices, by way of a Lego-themed Node-based example. - http://amp.gs/NUp1

#nodejs
The Complete Guide To Angular Load Time Optimization

In the past, Christian has written a lot about performance tuning Angular apps. Now it is time to dive into one of the big and important topics: optimizing Angular load time performance.
- http://amp.gs/NOm8

#angular
JavaScript and Node Testing Best Practices

Almost 50 best practices divided into categories (backend, frontend, CI, etc.) complete with code examples. Not just the basics, it digs into areas like visual regression, property-based testing, and contract testing, too. - http://amp.gs/NSEd

#javascript #testing
The Basics of Scraping Web Sites with Node and Cheerio

This is really promoting the Pipedream platform, but.. I found it interesting to see. And, of course, make sure you’re not violating any ToS and are being ethical. - http://amp.gs/NNhU

#nodejs
How To Avoid SOLID Principle Violations In Vue.js

SOLID is a set of object-oriented principles intended to make code more flexible, readable and maintainable. This article takes a look at these principles in a real Vue project and shows how to avoid violations. - http://amp.gs/NA4n

#vue
The History and Legacy of jQuery

jQuery may have fallen somewhat out of favor in web development, but we recently did a poll that showed 13% of JavaScript developers still proactively turn to it. - http://amp.gs/Nqi2

#jquery
Design Principles for Developers: Processes and CSS Tips for Better Web Design

Knowing the ingredients of Web design is one thing, but putting them together into excellent Web sites is another. Andrew looks at three areas. - http://amp.gs/Nsqj

#css
The Best Way To Lazy Load Angular Elements

Advice based on enterprise-level production experience. - http://amp.gs/NiXZ

#angular
An Extensive VS Code Extension List for Full Stack Developers

A massive compilation of VS Code extensions mainly aimed at JavaScript developers. It’s interesting because the original version got torn apart on social media so the author has rewritten it with everyone’s suggestions! - http://amp.gs/Nujc

#vscode
Draggin' and Droppin' in React

There are a lot of React-focused drag and drop libraries out there, but react-sortable-hoc is the way to go to keep things simple, says Maks. - http://amp.gs/NJI6

#react