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
Vue SSR Guide — Data Pre-Fetching and State

Vue 2.6 includes the new serverPrefetch hook, which allows any component to pre-fetch data during server-side rendering. The official Vue SSR guide has been updated to cover this feature.
http://amp.gs/9Rn6

#vue
What’s New in ES2019: Array flat and flatMap, Object.fromEntries and More

Many ES2019 features are always available to play with in the latest version of Node, with a few more to come once V8 is upgraded to 7.3. — http://amp.gs/9UXa

#nodejs #es2019
Angular State Management using BehaviorSubject

Angular State Management is important when it comes to web applications or web tools but some external libraries in Angular are very complicated and complex on how to implement it. — http://amp.gs/9dF4

#angular
New JavaScript Features That Will Change How You Write Regular Expressions

ES2018 introduced some new features for regular expressions that will come in handy if you’re doing certain types of text processing and manipulation, such as lookbehind assertions and named capture groups. — http://amp.gs/9Oqv

#javascript #es2018
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