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
Write Your Own Promise Library from Scratch

Async/await is based on promises, so understanding this popular async primitive is a must. - http://bit.ly/2F64MET

#javascript
Understanding the Buffer Deprecation in Node.js 10

Shipping in Node.js 10 is a relatively uncontroversial fix for an extremely controversial issue in Node - use of the Buffer constructor. - http://bit.ly/2vGEbOX

#nodejs
How CSS Works: Parsing & Painting CSS in the Critical Rendering Path

Benjamin Johnson explains in detail how CSS gets rendered to the screen on initial page load. - http://bit.ly/2KltPYi

#css
Best Practices with CSS Grid Layout

Now that CSS Grid development is becoming mainstream, developers are looking for good rules of thumb - Rachel Andrew looks at both best practices but also some things you probably don’t need to worry about. - http://bit.ly/2HSfTUB

#css #grid
React In Patterns: A Free Book Covering React Design Patterns

Available in numerous formats or on the Web, it includes techniques for composition, data flow, dependency management, etc. - http://bit.ly/2KjsKjH

#react
webpack 4.6 Released with Prefetch/Preload Support

Preloading can bring down the number of round-trips needed to load a page, while prefetching can speed up future navigations. Here’s how it works. - http://bit.ly/2vV8PnU

#webpack
Creating Your Own Router for Vue.js

Probably you’ve been using routers in the frontend world for a while, but… have you ever written one by yourself? Do you know the foundations of a router? It might seem like it just works, but under the hood, a router must take care of several things - http://bit.ly/2HYNGhI

#vue
WebGL2 Fundamentals: Learn WebGL 2.0 from the Ground Up

Lots of depth, inline examples, etc. - http://bit.ly/2KnzBZx

#webGL
Build a React Native YouTube Replica

How to build a YouTube type of app using React Native, React Navigation and the YouTube API. - http://bit.ly/2K8wynW

#reactNative