- Progressive rendering
https://github.com/zalando/tailor https://github.com/digitaldesignlabs/talisman https://github.com/marko-js/marko https://github.com/catberry/catberry https://github.com/linkedin/dustjs
- CSS vars (custom properties)
https://github.com/postcss/postcss-custom-properties
- Flag emoji spread
https://twitter.com/aendrew/status/770598158271406080
-POSTMATE (for postMessage/iframes)
https://github.com/dollarshaveclub/postmate
- Babili (Babel minify)
https://babeljs.io/blog/2016/08/30/babili
- Serviceworke.rs
- Hotel
https://github.com/typicode/hotel http://jsonplaceholder.typicode.com/
- Appmetrics
https://www.npmjs.com/package/appmetrics.js
- AMCharts SVG maps
https://www.amcharts.com/svg-maps/
- CSS responsive type
https://madebymike.com.au/writing/precise-control-responsive-typography/ https://madebymike.com.au/writing/fluid-type-calc-examples/
- Standup Jack
-
Football data
https://github.com/openfootball/football.json
- Webpack howto
https://github.com/petehunt/webpack-howto
- Filter trick
https://twitter.com/JoshWComeau/status/785801190403485696
Wrote some utils to make this work.
https://github.com/NekR/offline-plugin
Chris + Dan set this up and it was a mission, but we got it working well (despite the docs being wrong)
String.match(undefined) returns [""]
whereas String.match(...) with no match returns null