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

Admin: @andrey2019
Download Telegram
Making setInterval Declarative with React Hooks

If you’ve played with hooks and run into trouble with setInterval, Dan is here to help. — http://amp.gs/9rOu

#react #hooks
SVG Filters 101

Sara Soueidan created a guide that will help you understand what are SVG Filters and show you how to use them to create your own visual effects. — http://amp.gs/9Ssy

#css #svg #filter
New v-slot Directive in Vue.js 2.6.0

This issue of Vue Dose, Alex Jover gives a detailed explanation and hands-on example of using Vue 2.6's new v-slot directive.
http://amp.gs/9NVT

#vue
Expecting the Unexpected — Best practices for Error handling in Angular

In this article, Michael writes about centralizing error handling in Angular. He discusses some of the more common topics such as; client-side errors, server-side errors, user notification and tracking errors.
http://amp.gs/9A4z

#angular
Garbage Collection in Redux Applications

SoundCloud’s Xbox (yes, Xbox) app is a React and Redux app that runs in a native web view wrapper and due to Xbox related limitations a ‘memory leak’ (of sorts) was causing issues. — https://developers.soundcloud.com/blog/garbage-collection-in-redux-applications

#react #redux
Generating a PDF from HTML with Node and Puppeteer

Learn how you can generate a PDF document from a heavily styled React page using Node.js, Puppeteer, headless Chrome and Docker. — http://amp.gs/9sGo

#nodejs #pdf #puppeteer
How to Architect a Complex Web Table

Tables frequently appear on the web but aren’t particularly easy to design and code. This illustrated guide explains the anatomy of tables and how to build them properly. — http://amp.gs/9Dkn

#web #table #architect
HTML, CSS and Our Vanishing Industry Entry Points

Thoughts on CSS, frameworks and the vanishing entry points to web development. The author fears a loss of something that “has enabled so many people without a traditional computer science background to be here”. — http://amp.gs/9Jo6

#css
Make Wireframing Easier, Faster, Stronger with Whimsical

I took whimsical for a spin the last set of wireframes I produced for a client site. It’s a browser based tool that works well and you have a enough elements at your disposal with making it feel cleaner and not so overwhelm. It also has sitemap capabilities, but to be honest I find excel just as easy to use and a bit more flexible — http://amp.gs/9K9x

#design #wireframing
Reacting to Promises from Event Listeners in Vue.js

This article shows you how to build a button component that changes automatically on Promise resolution by leveraging event handlers. Written by Dobromir Hristov and inspired by a recent fix in Vue.js 2.6. — http://amp.gs/92wg

#vue