I Watched All The Chrome Dev Summit Vids So You Don’t Have To
The takeaway: Google wants you to build PWAs, reduce JS file size, use Web Components, and configure your forms to support autofill. - https://goo.gl/fra55T
#chromeDevSummit
The takeaway: Google wants you to build PWAs, reduce JS file size, use Web Components, and configure your forms to support autofill. - https://goo.gl/fra55T
#chromeDevSummit
Code Red
I Watched All of the Chrome Dev Summit 2017 Videos So You Don’t Have To
There were few announcements and a lot of PWA evangelism.
Build A Collapsible Tree Menu With Vue.js Recursive Components
A recursive component is one which invokes itself and is useful for displaying comments on a blog, nested menus or anything where the parent and child are the same. In this tutorial, I’ll give you a demonstration of how to build a collapsible tree menu. - https://goo.gl/JVA9Mj
#vue
A recursive component is one which invokes itself and is useful for displaying comments on a blog, nested menus or anything where the parent and child are the same. In this tutorial, I’ll give you a demonstration of how to build a collapsible tree menu. - https://goo.gl/JVA9Mj
#vue
Vue.js Developers
Build A Collapsible Tree Menu With Vue.js Recursive Components
A recursive component is one which invokes itself and is useful for displaying comments on a blog, nested menus or anything where the parent and child are the same. In this tutorial, I'll give you a demonstration of how to build a collapsible tree menu.
Web Typography: Designing Tables to be Read, Not Looked At
Richard Rutter goes deep on how to improve the readability of your data tables. - https://goo.gl/745po3
#typography
Richard Rutter goes deep on how to improve the readability of your data tables. - https://goo.gl/745po3
#typography
A List Apart
Web Typography: Designing Tables to be Read, Not Looked At
You may not think about it often, but tables are meant to be read. In this excerpt from Chapter 2 of his book, Web Typography, Richard Rutter explains how typography can improve the UX of our rows …
Building a Fast Search Experience
How popular car selling platform Auto Trader created a high-performance search experience that regularly returns results in less than a second. - https://goo.gl/KZQvbV
#web
How popular car selling platform Auto Trader created a high-performance search experience that regularly returns results in less than a second. - https://goo.gl/KZQvbV
#web
engineering.autotrader.co.uk
Auto Trader Engineering Blog
A look at the interesting parts of the engineering behind Auto Trader.
Debugging React Like a Champ with Visual Studio Code
A guide to ‘supercharging’ your React workflow using Microsoft’s open source code editor and its debugger. - https://goo.gl/J71yc3
#react #debugging
A guide to ‘supercharging’ your React workflow using Microsoft’s open source code editor and its debugger. - https://goo.gl/J71yc3
#react #debugging
Hacker Noon
Debugging React Like a Champ with VSCode
Gone are the days where I spend my time bouncing back and forth between the terminal, browser and editor. Ain’t nobody got time for that!
Angular 5.0 Released: Smaller, Faster and Easier
A major release for the popular framework containing new features and bugfixes. - https://goo.gl/F5vifV
#angular5
A major release for the popular framework containing new features and bugfixes. - https://goo.gl/F5vifV
#angular5
Angular Blog
Version 5.0.0 of Angular Now Available
We are pleased to announce version 5.0.0 of Angular, pentagonal-donut. This is a major release containing new features and bugfixes. This…
Advanced Vue.js Concepts: Mixins, Custom Directives, Filters, Transitions, and State Management
Vue.js is an easy framework to pick up. But very few tutorials cover advanced concepts of Vue. Ogundipe Samuel covers some of these concepts with interactive examples. - https://goo.gl/zNEFnA
#vue
Vue.js is an easy framework to pick up. But very few tutorials cover advanced concepts of Vue. Ogundipe Samuel covers some of these concepts with interactive examples. - https://goo.gl/zNEFnA
#vue
LogRocket
Advanced Vue.js concepts: mixins, custom directives, filters, transitions, and state management
Vue.js is arguably one of the easiest and most minimalist JavaScript frameworks with which to get started. While we cannot downplay the…
The Accessibility Cheatsheet
A helpful overview with some simple things you can do to take positive steps towards a more accessible web. From 2015, but worth revisiting. - https://goo.gl/GeJZiF
#web
A helpful overview with some simple things you can do to take positive steps towards a more accessible web. From 2015, but worth revisiting. - https://goo.gl/GeJZiF
#web
bitsofcode
The Accessibility Cheatsheet
We all know that accessibility is important. The problem is, it is not always clear what exactly we can do to make our sites more accessible. The Web Accessibility Initiative created some Web Content Accessibility Guidelines (WCAG) targeted at us, web content…
Frappe Charts: Modern GitHub-Inspired Web Charts
A new zero-dependency chart library with elegant, responsive SVG output. Offers bar, line, and GitHub-style heatmap options so far. - https://goo.gl/Do8kFT
#frappeChart
A new zero-dependency chart library with elegant, responsive SVG output. Offers bar, line, and GitHub-style heatmap options so far. - https://goo.gl/Do8kFT
#frappeChart
frappe.github.io
Frappe Charts
A simple, responsive, modern charts library for the web.
Models and Collections for Vue.js
This new library for Vue.js helps you manage the relationships between data, component states, and the actions that affect them. It’s especially useful for larger applications. - https://goo.gl/7p9kCA
#vue #mvc
This new library for Vue.js helps you manage the relationships between data, component states, and the actions that affect them. It’s especially useful for larger applications. - https://goo.gl/7p9kCA
#vue #mvc
9 Principles of Mobile Web Design
Revisiting a golden oldie that tells us to keep menus simple, keep forms short, have obvious calls to action, plus more mobile Web common sense. - https://goo.gl/PyAEtp
#mobile #design
Revisiting a golden oldie that tells us to keep menus simple, keep forms short, have obvious calls to action, plus more mobile Web common sense. - https://goo.gl/PyAEtp
#mobile #design
Hubspot
9 Principles of Mobile Web Design
Learn 9 tips for designing your mobile website user interface.
Impress Your Friends With Code Splitting in React
Burke Holland set out to learn the minimum necessary to demonstrate code splitting in React, and here’s what he learned. - https://goo.gl/8vd9QP
#react
Burke Holland set out to learn the minimum necessary to demonstrate code splitting in React, and here’s what he learned. - https://goo.gl/8vd9QP
#react
Hacker Noon
Impress Your Friends With Code Splitting in React
In preparation for the DevUp keynote a few weeks ago, I took some time to learn the minimum amount possible to demonstrate code splitting…
Microsoft’s Bold Plan to Bring PWAs to Windows 10
I recently spoke with Microsoft’s Jeff Burtoft and Aaron Gustafson about the company’s plans to bring Progressive Web Apps to Windows 10. -
https://goo.gl/1igJk1
#pwa
I recently spoke with Microsoft’s Jeff Burtoft and Aaron Gustafson about the company’s plans to bring Progressive Web Apps to Windows 10. -
https://goo.gl/1igJk1
#pwa
Thurrott.com
Microsoft's Bold Plan to Bring PWAs to Windows 10 - Thurrott.com
I recently spoke with Microsoft's Jeff Burtoft and Aaron Gustafson about the company's plans to bring Progressive Web Apps to Windows 10.
Workbox: An Easier Way of Adding A Service Worker to Your Web App
How to use the ‘Workbox’ JavaScript toolbox to easily add service workers to your progressive web apps. - https://goo.gl/Gv7MQU
#serviceWorker
How to use the ‘Workbox’ JavaScript toolbox to easily add service workers to your progressive web apps. - https://goo.gl/Gv7MQU
#serviceWorker
codeburst
Workbox, the easier way of adding a service worker to your web app.
Workbox is a collection of libraries and build tools that make it easy to store your website’s files locally, on your users’ devices.…
react-mosaic: A React Component Tiling 'Window Manager
Give your app’s users control over their workspace within your app. -
https://goo.gl/1sRswh
#react #component #mosaic
Give your app’s users control over their workspace within your app. -
https://goo.gl/1sRswh
#react #component #mosaic
GitHub
palantir/react-mosaic
react-mosaic - A React tiling window manager
Node v9.1.0 (Current) Released
OpenSSL upgraded, the http module now supports the 103 (Early Hints) status code, and you can now set a stack trace limit in NODE_OPTIONS. - https://goo.gl/ewZqXX
#nodejs #release
OpenSSL upgraded, the http module now supports the 103 (Early Hints) status code, and you can now set a stack trace limit in NODE_OPTIONS. - https://goo.gl/ewZqXX
#nodejs #release
Node.js
Node v9.1.0 (Current) | Node.js
Build A Lazy-Load Router With Vue.js And The Latest Browser Features
Dynamic module importing is one of the latest JavaScript features to hit the major browsers. In this article, I’ll demonstrate how you can build a lazy-load router with Vue.js that works natively in supported browsers. Without having to polyfill a module loading system, you can create this with just a few lines of code! - https://goo.gl/iKdWi5
#vue #router
Dynamic module importing is one of the latest JavaScript features to hit the major browsers. In this article, I’ll demonstrate how you can build a lazy-load router with Vue.js that works natively in supported browsers. Without having to polyfill a module loading system, you can create this with just a few lines of code! - https://goo.gl/iKdWi5
#vue #router
Vue.js Developers
Build A Lazy-Load Router With Vue.js And The Latest Browser Features
Dynamic module importing is one of the latest JavaScript features to hit the major browsers. In this article I'll demonstrate how you can build a lazy-load router with Vue.js that works natively in supported browsers. Without having to polyfill a module loading…