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 CSS background-image Property as an Anti-Pattern

The author argues that the CSS background-image property “allowed us to do some amazing things, but in most cases, it’s time to leave it behind”. - http://amp.gs/dbgM

#css
Sharing and Reusing Vue Mixins in the Cloud with Bitdev

This post demonstrates how to reuse Vue mixins across projects by using Bit, a tool that helps teams easily share and manage code components. - http://amp.gs/OI6B

#vue
How to Create a Split, Faux-Container Layout with CSS Grid and Flexbox

Building a split layout that breaks an article into separate, colored panels. - http://amp.gs/OjEg

#css
Self-Host Your Static Assets

Outlines the disadvantages of hosting your static assets ‘off-site’, and the “overwhelming benefits” of hosting them on your own origin. - http://amp.gs/O8mm

#css
node-libcurl 2.0: libcurl Bindings for Node

libcurl is a very powerful and well established way to fetch data from URLs across numerous protocols. In version 2.0.0, support for Node 4 and 6 is dropped, Node 12 is added, along with lots of fixes and increased support for libcurl’s features. - http://amp.gs/O8PG

#nodejs
Some Best Practices for Building a Large Scale React App

If you’ve built a React app from scratch, you may have noticed it become complex and unwieldy over time. This article digs into a few concepts worth keeping in mind to make neater, larger scale apps over time. - http://amp.gs/O8Ht

#react
Reading Client-Side Files for Validation with Vue.js

Folks new to web development may not know that form inputs using file type are read-only. This article will teach you how to correctly read a file using Vue and the File Reader API.
- http://amp.gs/OTuJ

#vue
npm Passes The 1 Million Package Mileston

Not only is Node.js 10 years old, there are now also, quite coincidentally, 1 million npm packages (though npm’s own 10th birthday is next year). Rumors suggest only about 23% of the packages belong to Sindre Sorhus. - http://amp.gs/O19L

#nodejs
When to useMemo and useCallback

An interesting demonstration of how abstractions and performance optimizations can sometimes come with a cost that outweighs the benefit, focusing here on the useMemo and useCallback hooks. - http://amp.gs/OYvO

#react
That Shouldn’t Work! Oh, Vue Binds All Methods?

In this article, the author shares some interesting insights into how Vue methods are bound. Check it out and perhaps you'll learn something new about Vue reactivity. - http://amp.gs/Otvw

#vue
How! Important Are We?

Christian Heilmann looks at the current state of web dev, outlines some problems we’re facing and offers solutions. - http://amp.gs/OZZU

#css
Node.js's 10 Year History on a Timeline

Last week we celebrated Node’s tenth birthday, and the RisingStack folks have now updated their Node.js history timeline too. How far we’ve come! - http://amp.gs/Oppr

#nodejs
The Fastest Way to Render the DOM

Is the Virtual DOM, Tagged Template Literals, or Fine-Grained Observables the fastest? This article looks at a number of different DOM rendering techniques and benchmarks their performance. - http://amp.gs/OBIE

#vue
Function-Based Component API (Vue 3 RFC)

The function-based API is one of the most exciting proposals for Vue.js 3. Inspired by React Hooks, the new API presents a clean and flexible way to compose logic inside and between components with few drawbacks. - http://amp.gs/OBbb

#vue
A Guide to Rolling Your Own Node Authentication

The real title is “You don’t need passport.js” but while it’s a good exercise to implement your own authentication system to understand the details, middleware like Passport does make the process easier. - http://amp.gs/OG3j

#nodejs
Patterns for Promoting PWA Installation on Mobile

How to promote the installation of Progressive Web Apps and best practices to follow. - http://amp.gs/Oxiv

#web