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
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
codeburst
Cancelling async operations in Vue.js
Promises are a very powerful feature in JavaScript, but they lack one important feature: cancellation.
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
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
Medium
How To Speed Up Continuous Integration Build With New NPM CI And package-lock.json
While very controversial, the new npm release 5.7.0 brings some amazing features which will have noticeable positive impact on your…
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
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
Telerik Blogs
How to JavaScript in 2018
From command-line tools and webpack to Babel, TypeScript, Flow and beyond, let's talk about how to use JavaScript in 2018.
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
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
reactjs.org
Sneak Peek: Beyond React 16 - React Blog
Dan Abramov from our team just spoke at JSConf Iceland 2018 with a preview of some new features we’ve been working on in React. The talk opens with a question: “With vast differences in computing power and network speed, how do we deliver the best user…
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
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
Medium
Higher Order Components in Vue.js
As described in React’s documentation, Higher Order Component is a function which takes as an argument a component and returns newly…
Good to great UI animation tips
Practical suggestions to improve your UI micro-interactions - https://goo.gl/5UAF2r
#ui #design
Practical suggestions to improve your UI micro-interactions - https://goo.gl/5UAF2r
#ui #design
UX Collective
Good to great UI animation tips
Practical suggestions to improve your UI micro-interactions.
The Webpack 4.0 Release: What’s New?
A quick roundup of the features and improvements. - https://goo.gl/E8qDvE
#tools #webpack
A quick roundup of the features and improvements. - https://goo.gl/E8qDvE
#tools #webpack
Auth0 - Blog
Webpack 4.0 Release: What's New?
Webpack 4.0 has officially been released. What's new? What improvements were made? Learn how to build faster web applications with this new release.
Xamarin vs React Native vs Ionic: Cross-Platform Mobile Frameworks Comparison
A look at cross platform mobile frameworks, comparing Xamarin, React Native and Ionic. - https://goo.gl/SbiaVV
#mobile #xamarin #reactNative #ionic
A look at cross platform mobile frameworks, comparing Xamarin, React Native and Ionic. - https://goo.gl/SbiaVV
#mobile #xamarin #reactNative #ionic
Prototypr
Xamarin vs React Native vs Ionic: Cross-platform Mobile Frameworks Comparison
Cross-platform mobile development has long been a viable alternative to fully native engineering. Following the classic native approach…
Bitmasks and the new React Context API
A look at the key parts of the new Context API and how bitmasks are used to optimize performance. - https://goo.gl/tDqGTC
#react
A look at the key parts of the new Context API and how bitmasks are used to optimize performance. - https://goo.gl/tDqGTC
#react
hph.is
Bitmasks and the new React Context API
With the imminent release of React 16.3.0, the experimental Context API receives a major overhaul and is finally officially supported as a core part of the React API. Using it properly, however, may require understanding bitmasks.
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
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
Smashing Magazine
Designing A Perfect Responsive Configurator — Smashing Magazine
How would you design a responsive car configurator? How would you deal with accessibility, navigation, real-time previews, interaction and performance? Let's figure it out.
Front-end Case Studies
A curated list of technical talks and articles about real-world enterprise front-end development - https://goo.gl/R6qFsE
#frontEnd
A curated list of technical talks and articles about real-world enterprise front-end development - https://goo.gl/R6qFsE
#frontEnd
GitHub
andrew--r/frontend-case-studies
frontend-case-studies - 💼 A curated list of technical talks and articles about real-world enterprise frontend development
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
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
Medium
Custom routes with Nuxt.js
Nuxt.js is a framework for Vue.js developers which minimises the work required to setup a Vue application and provides at the same time…
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
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
Telerik Blogs
Choosing Between Progressive Web Apps, React Native & NativeScript in 2018
Let’s look at how to choose between Progressive Web Apps, React Native, and NativeScript.
A Comprehensive Guide To UI Design
A guide to finding a solid UI approach that stands the test of time. - https://goo.gl/ykiAf5
#mobile #ui
A guide to finding a solid UI approach that stands the test of time. - https://goo.gl/ykiAf5
#mobile #ui
Smashing Magazine
A Comprehensive Guide To UI Design
(*This article is kindly sponsored by Adobe*.) When designing your user interface, it helps to have a system in place. This guide will help you find a solid UI approach that will stand the test of time.
The JavaScript Learning Landscape in 2018
Jason Rodriguez looks at the current landscape and dives into the best learning resources for learning JavaScript. - https://goo.gl/Eucci1
#javascript
Jason Rodriguez looks at the current landscape and dives into the best learning resources for learning JavaScript. - https://goo.gl/Eucci1
#javascript
CSS-Tricks
The JavaScript Learning Landscape in 2018
Raise your hand if this sounds like you: You’ve been in the tech industry for a number of years, you know HTML and CSS inside-and-out, and you make a good living. But, you have a little voice in the back of your head that keeps whispering, "It’s time for…
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
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
Visualstudio
Debug Node.js Apps using VS Code
The Visual Studio Code editor includes Node.js debugging support. Set breakpoints, step-in, inspect variables and more.
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
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
atomiks.github.io
30 Seconds of CSS
A curated collection of useful CSS snippets you can understand in 30 seconds or less. From foundational elements such as clearfix to gradient text color and gradient cursor tracking to CSS easing and far beyond.