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
Integrating Apollo with Vue and Vuex

Build an app that shows a list of programming languages, and fetches the frameworks for each when selected, using Apollo with Vue and Vuex. - http://bit.ly/2qQMmnc

#vue
NativeScript 4.0 Is Out

A run-through of all the key changes and improvements in the framework that lets you build iOS and Android apps using Web technologies including Angular, TypeScript, and JavaScript. - http://bit.ly/2JdJXd1

#nativescript #released
The Front-End Developer Handbook 2018 Edition

An online guide that outlines and discusses the practice of front-end engineering, how to learn it and what tools are used in the practice, as of 2018. - http://bit.ly/2K7WJeb

#frontend
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