Vue 2.5 released - https://goo.gl/4HWjks
Vuex 2.5.0 released - https://goo.gl/ocvrxv
Vuetify.js v0.16.6 released - https://goo.gl/tA4Zuw
Element UI 2.0.0-beta.1 released - https://goo.gl/yidrxA
Released Quasar v0.14.5 released - https://goo.gl/QJzKAU
#vue #release
Vuex 2.5.0 released - https://goo.gl/ocvrxv
Vuetify.js v0.16.6 released - https://goo.gl/tA4Zuw
Element UI 2.0.0-beta.1 released - https://goo.gl/yidrxA
Released Quasar v0.14.5 released - https://goo.gl/QJzKAU
#vue #release
Medium
Vue 2.5 released
We are excited to announce the release of Vue 2.5 Level E!
Debounce Your React and Redux Code to Improve Performance
‘Debouncing’ is a mechanism for limiting the number of intensive calculations (e.g. only make a request or update something every 500ms at most). - https://goo.gl/8X3iKt
#react #redux
‘Debouncing’ is a mechanism for limiting the number of intensive calculations (e.g. only make a request or update something every 500ms at most). - https://goo.gl/8X3iKt
#react #redux
Medium
Debounce Your React and Redux Code to Improve Performance
A debounce is a tool that every web developer should have in their kit. It improves performance by limiting the number of expensive…
Ember.js: The Perfect Framework for Web Applications
Ember.js lets you scaffold and build complex front-end web apps quickly. Graham Cox explores this popular, batteries-included JavaScript framework - https://goo.gl/UDm4un
#ember
Ember.js lets you scaffold and build complex front-end web apps quickly. Graham Cox explores this popular, batteries-included JavaScript framework - https://goo.gl/UDm4un
#ember
SitePoint
Ember.js: The Perfect Framework for Web Applications — SitePoint
Ember.js lets you scaffold and build complex frontend web applications quickly. Graham Cox explores this popular, batteries-included JavaScript framework.
6 Myths of Progressive Web Apps
Busting some of the common myths surrounding PWAs. - https://goo.gl/TL2JPS
#pwa
Busting some of the common myths surrounding PWAs. - https://goo.gl/TL2JPS
#pwa
Build a Scientific Calculator with Vue.js
In this tutorial, Raphael Ugwu shows how he built a scientific calculator with Vue. A great read if you’re interested in seeing how a Vue app gets built from start to finish. - https://goo.gl/QAS8Ho
#vue
In this tutorial, Raphael Ugwu shows how he built a scientific calculator with Vue. A great read if you’re interested in seeing how a Vue app gets built from start to finish. - https://goo.gl/QAS8Ho
#vue
Scotch
Build a Scientific Calculator with Vue.js
Use Vue to build a sweet calculator demo!
7 Reasons to 'Outlaw' React’s Functional Components
Are React’s functional components worth the cost? - https://goo.gl/Gi3wZt
#react
Are React’s functional components worth the cost? - https://goo.gl/Gi3wZt
#react
freeCodeCamp
7 Reasons to Outlaw React’s Functional Components
Are React’s Functional Components Worth The Cost?
NativeScript UI is Now Free — Here’s How to Get Started
NativeScript UI is now 100% free and this article shows how to get started with the UI controls - https://goo.gl/a9PhqR
#nativescript
NativeScript UI is now 100% free and this article shows how to get started with the UI controls - https://goo.gl/a9PhqR
#nativescript
NativeScript.org
NativeScript UI is Now Free—Here’s How to Get Started
At this year’s NativeScript Developer Day we announced that NativeScript UI is now 100% free. In this article we’ll look at how to get started with the newly free NativeScript UI controls.
Naming Things In CSS Grid Layout
The various ways that you can name lines and areas in CSS Grid Layout to enable easier placement of items by name rather than number - https://goo.gl/UghaiC
#css #grid
The various ways that you can name lines and areas in CSS Grid Layout to enable easier placement of items by name rather than number - https://goo.gl/UghaiC
#css #grid
Smashingmagazine
Naming Things In CSS Grid Layout – Smashing Magazine
Learn which methods you can use that will enable the naming of lines and even grid areas in CSS Grid Layout.
Ionic App Generator
A new utility for generating Ionic-based applications, Ionic App Generator (macOS and Windows). - https://goo.gl/CDedoL
#ionic
A new utility for generating Ionic-based applications, Ionic App Generator (macOS and Windows). - https://goo.gl/CDedoL
#ionic
Prototype A
Ionic App Generator
I am happy to announce the release of a new utility for generating Ionic-based applications, Ionic App Generator (macOS and Windows). The goal of this app is to allow you to completely configure al…
Getting A High Progressive Web App Score On React and Material-UI
Basic techniques used to get a high score for a sample app based on a stack of React, Redux and Material-UI. - https://goo.gl/d9usf3
#react
Basic techniques used to get a high score for a sample app based on a stack of React, Redux and Material-UI. - https://goo.gl/d9usf3
#react
Medium
Getting high Progressive Web App score on React and Material-UI
Basic techniques used to get a high score for example application based on a stack of React, Redux and Material-UI.
When to Use Server-Side Rendering (SSR) in Vue.js Projects
There are advantages and disadvantages to using SSR including SEO and performance. Alan Ktquez gives his take on when this feature is worth implementing in a Vue.js app. - https://goo.gl/WQAbnr
#vue #serverSideRender
There are advantages and disadvantages to using SSR including SEO and performance. Alan Ktquez gives his take on when this feature is worth implementing in a Vue.js app. - https://goo.gl/WQAbnr
#vue #serverSideRender
codeburst
When to use Server-Side Rendering (SSR) in Vue.js projects
In the community, there are still many questions about server-side rendering (SSR) and when to use it, there are a few points that we’ll…
What You Need to Know About HTTP/2
Unsure how to optimize your app to take advantage of HTTP/2? This article aims to clarify. - https://goo.gl/5YXVbn
#http2
Unsure how to optimize your app to take advantage of HTTP/2? This article aims to clarify. - https://goo.gl/5YXVbn
#http2
Fly Articles
What you need to know about HTTP/2
In chatting with other developers, many identify why HTTP/2 is something to be excited about but are unsure how to optimize their applications to take advantage of it. This article should make that more clear. HTTP/2 is here to make connections faster and…
Creating a super simple FontAwesome 5 icon component in Vue
It won’t take more than a couple of minutes, plus you can use your own classes and icons thus keeping your assets small. - https://goo.gl/5TxdUa
#vue
It won’t take more than a couple of minutes, plus you can use your own classes and icons thus keeping your assets small. - https://goo.gl/5TxdUa
#vue
codeburst
Creating a super simple FontAwesome 5 icon component in Vue
I was lucky enough to grab one of the early bird releases of FontAwesome 5, so of course I was eager to use it in my next Vue project…
Building a CSS-Only Image Gallery (with Fallbacks)
A look at an approach to creating an experimental CSS-only image gallery, which doesn’t break the experience on older browsers. - https://goo.gl/j77QMD
#css
A look at an approach to creating an experimental CSS-only image gallery, which doesn’t break the experience on older browsers. - https://goo.gl/j77QMD
#css
Chen Hui Jing
Building a CSS-only image gallery (with fallbacks)
Sometimes, we get handed a project in which we have almost complete creative control and free-reign to do pretty much...
React, Inline Functions, and Performance
Thoughts about premature optimization and the performance of inline functions. - https://goo.gl/TRdeRs
#react
Thoughts about premature optimization and the performance of inline functions. - https://goo.gl/TRdeRs
#react
componentDidBlog
React, Inline Functions, and Performance
So are they slow or what?
An imperative guide to forms in Vue.js
In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn
#vue #forms
In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn
#vue #forms
LogRocket
An imperative guide to forms in Vue.js – LogRocket
In this tutorial, I will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js
The Web Share API Is Here: Here’s How to Use It
This JavaScript API, added in Chrome 61, lets you implement native sharing capabilities from your mobile web app (it was previously only available on native platforms). - https://goo.gl/NeMdCH
#shareapi
This JavaScript API, added in Chrome 61, lets you implement native sharing capabilities from your mobile web app (it was previously only available on native platforms). - https://goo.gl/NeMdCH
#shareapi
codeburst
The Web Share API Is Here :)
One of the coolest APIs is available now as of Chrome 61! The Web Share API is a JavaScript API that let’s you implement native sharing…