Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 1.63 KB

160909.md

File metadata and controls

82 lines (45 loc) · 1.63 KB

Resources

  • 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

https://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

https://standupjack.com/

https://github.com/openfootball/football.json

  • Webpack howto

https://github.com/petehunt/webpack-howto

  • Filter trick

https://twitter.com/JoshWComeau/status/785801190403485696

Topics

SVG css transforms not working in IE11

Wrote some utils to make this work.

Service Worker caching with webpack (offline-plugin)

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)

Javascript string match

String.match(undefined) returns [""] whereas String.match(...) with no match returns null