The Best Request Is No Request, Revisited
What’s the role of bundling in performance now that HTTP/2 is becoming more ubiquitous? Let Stefan Baumgartner help you find out. - https://goo.gl/DPzTPV
#http2
What’s the role of bundling in performance now that HTTP/2 is becoming more ubiquitous? Let Stefan Baumgartner help you find out. - https://goo.gl/DPzTPV
#http2
Alistapart
The Best Request Is No Request, Revisited
What’s the role of bundling in performance now that HTTP/2 is becoming more ubiquitous? Let Stefan Baumgartner help you find out.
The Performance Cost of Server Side Rendered React on Node.js
“there is a price to pay for server side rendered React.js” -
https://goo.gl/roaJef
#react #serverSideRender
“there is a price to pay for server side rendered React.js” -
https://goo.gl/roaJef
#react #serverSideRender
Progressive Web Apps: A Crash Course
Ahmed Bouchefra explains PWAs by showing how to build one from scratch with ES6 and React, optimizing it step by step with Lighthouse for UX and performance. - https://goo.gl/C2mtzg
#pwa
Ahmed Bouchefra explains PWAs by showing how to build one from scratch with ES6 and React, optimizing it step by step with Lighthouse for UX and performance. - https://goo.gl/C2mtzg
#pwa
SitePoint
Progressive Web Apps: A Crash Course — SitePoint
Ahmed explains PWAs by showing how to build a PWA from scratch with ES6 and React, optimizing it step by step with Lighthouse for UX and performance.
This media is not supported in your browser
VIEW IN TELEGRAM
Recreating the Apple Watch Breathe App Animation
Geoff Graham shows how to recreate the Apple Watch breathe app animation using CSS. - https://goo.gl/tXYX6E
#css #animation
Geoff Graham shows how to recreate the Apple Watch breathe app animation using CSS. - https://goo.gl/tXYX6E
#css #animation
Animating Layouts with the FLIP Technique
Stands for First, Last, Invert, Play. It’s a technique for animating DOM elements smoothly. - https://goo.gl/wLy5qY
#css
Stands for First, Last, Invert, Play. It’s a technique for animating DOM elements smoothly. - https://goo.gl/wLy5qY
#css
CSS-Tricks
Animating Layouts with the FLIP Technique | CSS-Tricks
User interfaces are most effective when they are intuitive and easily understandable to the user. Animation plays a major role in this - as Nick Babich sai
React 16.2 Released with Improved 'Fragments' Support
Fragments are for grouping multiple children that are being returned from a component’s render method. This post thoroughly digs into why that might be useful - https://goo.gl/KmmVQQ
#react #release
Fragments are for grouping multiple children that are being returned from a component’s render method. This post thoroughly digs into why that might be useful - https://goo.gl/KmmVQQ
#react #release
reactjs.org
React v16.2.0: Improved Support for Fragments – React Blog
React 16.2 is now available! The biggest addition is improved support for returning multiple children from a component’s render method. We call this feature fragments : Fragments look like empty JSX tags. They let you group a list of children without adding…
Learn How to Write a Vue Wrapper Component
A Vue “wrapper” component is a technique used to integrate a 3rd party plugin with Vue by wrapping it in a custom Vue component. - https://goo.gl/nZATsU
#vue
A Vue “wrapper” component is a technique used to integrate a 3rd party plugin with Vue by wrapping it in a custom Vue component. - https://goo.gl/nZATsU
#vue
Laravel News
Learn How to Write a Vue JS Wrapper Component
A Vue “wrapper” component is a technique used to integrate a 3rd party plugin with Vue by wrapping it in a custom Vue component.The wrapper technique means that you are likely bringing in a library like jQuery and a jQuery plugin. This combination seems to…
Pzuraq - ES Classes in Ember.js
A guide to using ES classes in Ember.js in conjunction with Ember Decorators. - https://goo.gl/bdn8oZ
#ember
A guide to using ES classes in Ember.js in conjunction with Ember Decorators. - https://goo.gl/bdn8oZ
#ember
Medium
ES Classes in Ember.js
ES2017+ classes are the future — learn how to start using them in your Ember apps through a few simple examples today.
Common Responsive Layouts with CSS Grid (and some without!)
If you want to get started with CSS Grid then try and replicate some of these web layouts. Jo has already built them so there’s code for you to test out, but half the fun is working on your own solution. -
https://goo.gl/TzkiEy
#css #responsive
If you want to get started with CSS Grid then try and replicate some of these web layouts. Jo has already built them so there’s code for you to test out, but half the fun is working on your own solution. -
https://goo.gl/TzkiEy
#css #responsive
Medium
Common Responsive Layouts with CSS Grid (and some without!)
Example code for you to try out, change and make your own
NPMGraph: See Module Dependency Trees in Your Browser
Enter an npm module name and this tool renders an interactive dependency tree in your browser. - https://goo.gl/Qr1r6M
#nodejs #tools
Enter an npm module name and this tool renders an interactive dependency tree in your browser. - https://goo.gl/Qr1r6M
#nodejs #tools
Broofa
NPMGraph - Visualize NPM Module Dependencies
Graph / visualize of npm dependencies
Designing for a 'Browserless' Web
Mitch takes a close look at PWAs on Android devices and explains how we can pave the way for a new era of ‘browserless’ web browsing. - https://goo.gl/UnawjZ
#design #web
Mitch takes a close look at PWAs on Android devices and explains how we can pave the way for a new era of ‘browserless’ web browsing. - https://goo.gl/UnawjZ
#design #web
Smashing Magazine
Designing For A Browserless Web
Users couldn’t care less about whether a technology is native, an installed web app or a website. What makes users engage and makes shoppers convert is really the experience itself. In this article, Mitch takes a closer look at PWAs on Android devices and…
Marvel API + Vuepack (Vue + Vuex)
This tutorial by Phong Huynh shows how to use Vue and Vuex to build a simple application that displays Marvel characters. - https://goo.gl/ASMxvM
#vue
This tutorial by Phong Huynh shows how to use Vue and Vuex to build a simple application that displays Marvel characters. - https://goo.gl/ASMxvM
#vue
Should I use system fonts or web fonts?
Web fonts were an amazing step forward towards creating a more beautifully designed web. No longer were we restrained by the handful of choices that “Web Safe” fonts provided us, we now had the ability to bring just about any typeface to the web in the knowledge that everyone would see the same thing. - https://goo.gl/bYQzPH
#css #fonts
Web fonts were an amazing step forward towards creating a more beautifully designed web. No longer were we restrained by the handful of choices that “Web Safe” fonts provided us, we now had the ability to bring just about any typeface to the web in the knowledge that everyone would see the same thing. - https://goo.gl/bYQzPH
#css #fonts
Responsive Web Design
Should I use system fonts or web fonts? | Responsive Web Design
Web fonts were an amazing step forward towards creating a more beautifully designed web. No longer were we restrained by the handful of choices that “Web Safe” fonts provided us, we now had the ability to bring just about any typeface to the web in the knowledge…
Monitoring App Performance with 2 New Node APIs
Building a tool to monitor Node app performance is easy with the Async Hooks and Performance Hooks APIs. Learn how in this tutorial. - https://goo.gl/6Xqh4n
#nodejs
Building a tool to monitor Node app performance is easy with the Async Hooks and Performance Hooks APIs. Learn how in this tutorial. - https://goo.gl/6Xqh4n
#nodejs
Sqreen Blog | Modern Application Security
Monitoring the performance of a Node.js web application - Sqreen Blog | Modern Application Security
Building a tool to monitor Node.js application performance is easy with Async Hooks API and Performance Hooks API. Learn how in this tutorial.
Mocking Vuex in Vue Unit Tests
In this interesting article, Lachlan Miller explains why you should avoid using Vuex in component tests. He presents his own best practices that he discovered while working on several large Vue/Vuex applications. - https://goo.gl/odt7hp
#vuex #testing
In this interesting article, Lachlan Miller explains why you should avoid using Vuex in component tests. He presents his own best practices that he discovered while working on several large Vue/Vuex applications. - https://goo.gl/odt7hp
#vuex #testing
Medium
Mocking Vuex in Vue unit tests
Vue is a UI library — so naturally, testing Vue components usually involves asserts whether the UI correctly reflects the state of the…
Inquirer.js: A Collection of Common Interactive CLI Controls
Aims to be “an easily embeddable and beautiful command line interface” for Node. - https://goo.gl/ApsYP6
#nodejs #tools
Aims to be “an easily embeddable and beautiful command line interface” for Node. - https://goo.gl/ApsYP6
#nodejs #tools
GitHub
SBoudrias/Inquirer.js
Inquirer.js - A collection of common interactive command line user interfaces.
Scaffolding a GraphQL API Server with Node
A walkthrough of the various pieces you need to bring together to build a Node server that can speak GraphQL. - https://goo.gl/6XC9eQ
#graphql #nodejs
A walkthrough of the various pieces you need to bring together to build a Node server that can speak GraphQL. - https://goo.gl/6XC9eQ
#graphql #nodejs
Medium
Scaffolding a NodeJS GraphQL API server
Recently, I’ve been working on a new full-stack project and I wanted to take the opportunity to try my hand at creating a GraphQL API. I…
A Comprehensive Guide to Font Loading Strategies
A golden-oldie set of pros, cons and helpful tips spanning the various ways of loading Web fonts on your site. - https://goo.gl/FoqRo9
#font #guide
A golden-oldie set of pros, cons and helpful tips spanning the various ways of loading Web fonts on your site. - https://goo.gl/FoqRo9
#font #guide
Zach Leatherman
A Comprehensive Guide to Font Loading Strategies—zachleat.com
A post by Zach Leatherman (zachleat)
Faux Grid Tracks
When creating layouts with CSS Grid a question that I get quite a bit is how to style the gaps between the grid items. Unfortunately, for now, this isn’t possible within the specification and none of the browsers have provided support for the styling of grid-gap yet either. The fix that I always refer to is to apply a background colour to the containing div which will show through the cracks. In this article Eric Meyer explores a few options and how they might come unstuck. - https://goo.gl/6RFv9X
#css #grid
When creating layouts with CSS Grid a question that I get quite a bit is how to style the gaps between the grid items. Unfortunately, for now, this isn’t possible within the specification and none of the browsers have provided support for the styling of grid-gap yet either. The fix that I always refer to is to apply a background colour to the containing div which will show through the cracks. In this article Eric Meyer explores a few options and how they might come unstuck. - https://goo.gl/6RFv9X
#css #grid
Alistapart
Faux Grid Tracks
Hack the Grid with Eric Meyer as he explores different methods for replicating a tic-tac-toe board using CSS Grid.