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
Cancelling Async Operations in Vue.js

Promises are a useful feature of JavaScript, but have a major downside: they can’t be cancelled. In this article, Michał Męciński shows how and why cancelling async operations is important, providing an example from Vue.js. - https://goo.gl/aeEr2s

#vue
How To Speed Up CI Builds with the new NPM 'ci' Command

npm 5.7 was released this week but a serious issue was quickly reported where it was breaking filesystem permissions. 5.7.1 is now out to fix the problem, so we can focus on one of 5.7’s new features instead, npm ci. - https://goo.gl/goRMc4

#nodejs #ci
Delighters.js: Trigger CSS Animations as a Page is Scrolled -
https://goo.gl/K5AQyK

#library #css
How to JavaScript in 2018

From command-line tools and webpack to Babel, TypeScript, Flow and beyond, a very 2018 look at the JavaScript world. - https://goo.gl/1cCtu4

#javascript
A Sneak Peek at What’s Beyond React 16

At this week’s JSConf Iceland, Redux creator Dan Abramov shared the React team’s latest vision for what the future of React might look like, along with some never-before-seen prototypes - https://goo.gl/ykeZT2

#react
Higher Order Components in Vue.js

Higher Order Components is a technique from React which may be helpful in writing reusable and maintainable code. In this post, Bogna Knychała describes how to create HOCs using Vue.js. - https://goo.gl/njLQv2

#vue #hoc
Designing A Perfect Responsive Configurator

Dives deep into the dos and don’ts of designing a responsive Web-based product configurator, with a checklist of things to use and keep in mind. - https://goo.gl/HLpfD2

#css
Custom routes with Nuxt.js – Francesco Greppi

Nuxt.js is a framework for Vue.js developers which minimizes the work required to setup a Vue application and provides at the same time the freedom to extend or customize its core functionalities. - https://goo.gl/dK4Dgi

#vue
Choosing Mobility Options in 2018

A comparison of approaches to app development, with a look at Progressive Web Apps and JS-driven native frameworks such as NativeScript and React Native. - https://goo.gl/AqpgLB

#mobile
Debugging Node Apps with Visual Studio Code

The popularity of Microsoft’s open source VS Code editor has skyrocketed in the past year, and it’s well suited to working on Node apps. - https://goo.gl/4zM93F

#nodejs #debug #vscode
30 Seconds of CSS

A growing collection of useful CSS snippets which we’re promised we can understand in “30 seconds or less”. Covers things like text effects, gradients, and even a popout menu. - https://goo.gl/RJ5hNB

#css