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.
Full Stack Shopping Cart With MEVN Stack – Jaouad Ballat
NodeJS is a viral platform nowadays because of its features and Express is a web framework build on top of Node.js. - https://goo.gl/AapQvE
#vue
NodeJS is a viral platform nowadays because of its features and Express is a web framework build on top of Node.js. - https://goo.gl/AapQvE
#vue
Medium
Full Stack Shopping Cart With MEVN Stack [Part 1]
VueJS 2.0 Nodejs Tutorial is today’s main topic. NodeJS is a viral platform nowadays because of its features and Express is a web…
Styling Empty Cells With Generated Content and CSS Grid Layout
Ever wondered how to style empty grid cells without adding redundant empty elements? ‘CSS Generated Content’ can help you do just that. - https://goo.gl/PSiBCn
#css #grid
Ever wondered how to style empty grid cells without adding redundant empty elements? ‘CSS Generated Content’ can help you do just that. - https://goo.gl/PSiBCn
#css #grid
Smashing Magazine
Styling Empty Cells With Generated Content And CSS Grid Layout
Ever wondered how achieve styling of empty grid cells without adding redundant empty elements? Well, CSS Generated Content can help you do just that.
Node Advanced: A Node Course for Intermediate Devs
A comprehensive course from Azat Mardan covering topics like streams and debugging at an advanced level. - https://goo.gl/Wh7GqE
#nodejs
A comprehensive course from Azat Mardan covering topics like streams and debugging at an advanced level. - https://goo.gl/Wh7GqE
#nodejs
node.university
Node Advanced
Master the Hardest Node Concepts
Good to great UI animation tips
Pablo Stanley shares some examples of UI animations going from good to great. With a little bit of tweaking here and there, he explains how you can elevate your UI patterns with animation. -
https://goo.gl/ykNZz1
#ui
Pablo Stanley shares some examples of UI animations going from good to great. With a little bit of tweaking here and there, he explains how you can elevate your UI patterns with animation. -
https://goo.gl/ykNZz1
#ui
UX Collective
Good to great UI animation tips
Practical suggestions to improve your UI micro-interactions.
Beyond React 16: Time Slicing and Suspense API
Last week we linked to Dan Abramov’s ‘Beyond React 16’ talk where he showed off ideas coming to React in the future, and here Prosper Otemuyiwa reflects on them some more. - https://goo.gl/Y8VndJ
#react
Last week we linked to Dan Abramov’s ‘Beyond React 16’ talk where he showed off ideas coming to React in the future, and here Prosper Otemuyiwa reflects on them some more. - https://goo.gl/Y8VndJ
#react
Auth0 - Blog
Beyond React 16: Time Slicing and Suspense API
Learn what's coming to ReactJS. Get a sneak peek of the powerful features that will grace ReactJS soon.