Workbox: JavaScript Libraries for Progressive Web Apps
“Workbox is a rethink of (Google’s) previous service worker libraries with a focus on modularity.” - https://goo.gl/yEvgzO
#progressivewebapp
“Workbox is a rethink of (Google’s) previous service worker libraries with a focus on modularity.” - https://goo.gl/yEvgzO
#progressivewebapp
workboxjs.org
Welcome to Workbox
Workbox Microsite
5 Tips For Building High Performance PhoneGap Apps
Learn these 5 important tips to use for building high performance hybrid apps with PhoneGap. - https://goo.gl/E4UGFl
#hybrid #phonegap #tips
Learn these 5 important tips to use for building high performance hybrid apps with PhoneGap. - https://goo.gl/E4UGFl
#hybrid #phonegap #tips
Medium
5 Tips For Building High Performance PhoneGap Applications
When it comes to developing a PhoneGap app, some of the most common questions people often ask are about its performance. How to increase…
React Table: A Fast and Extendable DatagridTANNER LINSLEY - https://goo.gl/MUqJR2
#react #component #table #code
#react #component #table #code
':focus-within': For When An Element or Child Gets Focus
The :focus-within property is now supported in a few major browsers and there’s a polyfill to use for full coverage. - https://goo.gl/kAU8CM
#css
The :focus-within property is now supported in a few major browsers and there’s a polyfill to use for full coverage. - https://goo.gl/kAU8CM
#css
www.scottohara.me
CSS :focus-within | scottohara.me
The :focus-within pseudo-class is a CSS Level 4 selector that has recently picked up a bit of steam with FireFox, Safari, and (at the time of writing this) s...
Everything we Learned Building a Backend-as-a-Service
Baqend is building a Backend-as-a-Service (BaaS) service that is geared towards scalability and web performance. Coming from research, they try to be open about the architecture of the platform and therefore would love to share how everything works at a technical level - .https://goo.gl/zWZtHl
#microservice
Baqend is building a Backend-as-a-Service (BaaS) service that is geared towards scalability and web performance. Coming from research, they try to be open about the architecture of the platform and therefore would love to share how everything works at a technical level - .https://goo.gl/zWZtHl
#microservice
Baqend Blog
Building a Backend-as-a-Service: An In-Depth Survey
In this post we will share our technical learnings about building a multi-tenant Backend-as-a-Service (BaaS). We will cover how a BaaS…
Rearchitecting Airbnb’s Frontend
The tale of Airbnb’s move away from a fully server rendered Rails-based solution to a hybrid approach involving React, React Router, and Hypernova for server-side rendering of React views. - https://goo.gl/cbYU00
#react
The tale of Airbnb’s move away from a fully server rendered Rails-based solution to a hybrid approach involving React, React Router, and Hypernova for server-side rendering of React views. - https://goo.gl/cbYU00
#react
Medium
Rearchitecting Airbnb’s Frontend
Overview: We recently rethought the architecture for the JavaScript side of our codebase at Airbnb. This post will look at (1) the product…
You Don't Know JS
This is a series of books diving deep into the core mechanisms of the JavaScript language - https://goo.gl/YO8RbK
Books:
- Up & Going
- Scope & Closures
- this & Object Prototypes
- Types & Grammar
- Async & Performance
- ES6 & Beyond
#javascript #books #free
This is a series of books diving deep into the core mechanisms of the JavaScript language - https://goo.gl/YO8RbK
Books:
- Up & Going
- Scope & Closures
- this & Object Prototypes
- Types & Grammar
- Async & Performance
- ES6 & Beyond
#javascript #books #free
GitHub
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter. Contribute to getify/You-Dont-Know-JS development by creating an account on GitHub.
The One Thing You Need to Know About React Router 4
“Routes” aren’t really routes, they are just components. - https://goo.gl/5f2i3F
#react #reactrouter
“Routes” aren’t really routes, they are just components. - https://goo.gl/5f2i3F
#react #reactrouter
Medium
The One Thing you need to know about React Router 4
I finally started a new project using React Router 4.
Better Form Design with One Thing Per Page
Love or hate it, it seems having a checkout or similar process split across multiple pages instead of in one big form works better. - https://goo.gl/F6Feio
#form #design
Love or hate it, it seems having a checkout or similar process split across multiple pages instead of in one big form works better. - https://goo.gl/F6Feio
#form #design
Smashing Magazine
Better Form Design: One Thing Per Page (Case Study) – Smashing Magazine
You can improve your form design with a simple pattern named "One Thing Per Page". Learn how to split up a complex process into multiple smaller pieces.
What's New in Chrome 60's DevTools
There’s a new ‘Audits’ panel showing quality measurements for various aspects of your page and easier tracking of third party resources - https://goo.gl/cer8RE
#chrome #tools
There’s a new ‘Audits’ panel showing quality measurements for various aspects of your page and easier tracking of third party resources - https://goo.gl/cer8RE
#chrome #tools
4 CSS Filters For Adjusting Color
An easy way to make color adjustments to an element in a non-destructive way. - https://goo.gl/S9uSKV
#css
An easy way to make color adjustments to an element in a non-destructive way. - https://goo.gl/S9uSKV
#css
Vanseo Design
4 CSS Filters For Adjusting Color - Vanseo Design
CSS filters offer an easy way to make color adjustments to an image or element and they do so in a completely non-destructive way.
Node.js Streams: Everything You Need to Know
“Streams are Node’s best and most misunderstood idea.” Which might be why many articles have been written about them. - https://goo.gl/9dR9Vu
#nodejs #streams
“Streams are Node’s best and most misunderstood idea.” Which might be why many articles have been written about them. - https://goo.gl/9dR9Vu
#nodejs #streams
freeCodeCamp
Node.js Streams: Everything you need to know
Node.js streams have a reputation for being hard to work with, and even harder to understand. Well I’ve got good news for you — that’s no…
ORY Editor: A Customizable WYSIWYG Content Editor
A smart, extensible and modern WYSIWYG editor written in React and using Slate.js and Redux - https://goo.gl/rLNnmU
#react #redux #wysiwyg
A smart, extensible and modern WYSIWYG editor written in React and using Slate.js and Redux - https://goo.gl/rLNnmU
#react #redux #wysiwyg
GitHub
ory/editor
Next-gen, highly customizable content editor for the browser - based on React and Redux. WYSIWYG on steroids.
Microservices Made Easy with Node.js
A walkthrough for building your first microservice-based app using cote. - https://goo.gl/rnIoYW
#nodejs #microservice
A walkthrough for building your first microservice-based app using cote. - https://goo.gl/rnIoYW
#nodejs #microservice
Medium
Microservices made easy with Node.js
You might think microservices are too hard to get started with. This post will prove otherwise.
How to Create Pure React SVG Maps with topojson and d3-geo
Make your own reusable SVG mapping components - https://goo.gl/mBJkaX
#react #svg #d3js
Make your own reusable SVG mapping components - https://goo.gl/mBJkaX
#react #svg #d3js
Medium
How to create pure react SVG maps with topojson and d3-geo
Since d3 has been split into smaller components in v4, pairing it with react has become more streamlined. Making declarative SVG maps with…
Building a Realtime React VR App
If you’ve been intrigued how React can be used to build virtual reality apps, this is a simple introduction. - https://goo.gl/Ks2WBw
#react #vr
If you’ve been intrigued how React can be used to build virtual reality apps, this is a simple introduction. - https://goo.gl/Ks2WBw
#react #vr
Pusher
Building a realtime React VR app | Pusher blog
This blog post was written under the Pusher Guest Writer program. React VR is a library that allows you to write virtual reality apps for the web using JavaScript and React on top of the WebVR API.
Configuring ESLint, Prettier, and Flow for React Dev in VS Code - https://goo.gl/fouBIj
#configure #vccode #react
#configure #vccode #react
Hacker Noon
Configure ESLint, Prettier, and Flow in VS Code for React Development
This short guide will provide you a consistent and reusable development workflow for all React/React Native projects. The more effort you…
Introducing The MEAN and MERN Stacks
This blog series examines the technologies that are driving the development of modern web and mobile apps. - https://goo.gl/3kQFIc
#mern #mean
This blog series examines the technologies that are driving the development of modern web and mobile apps. - https://goo.gl/3kQFIc
#mern #mean
MongoDB
The Modern Application Stack – Part 1: Introducing The MEAN Stack | MongoDB Blog
This post examines the technologies that are driving the development of modern web an mobile applications, notably the MERN and MEAN stacks.