| 14:50 | <MikeSmith> | so, the spec for the lazyload attribute has been dropped and the intended intended replacement solution is link with rel=preload and rel=preconnect? |
| 14:59 | <annevk> | Domenic: wycats: dherman: https://gist.github.com/annevk/ee2c73152fa6f208f57f |
| 15:02 | <hemanth> | Promises @_@ |
| 16:46 | <wycats> | annevk: yipes |
| 16:46 | <wycats> | I'll think about this after I shower |
| 17:24 | <annevk> | wycats: just a crazy idea |
| 17:24 | <wycats> | My original HTMLBars design had macros :) |
| 17:25 | <wycats> | It turned out to not be necessary |
| 17:36 | <wycats> | annevk: I should show you how the compiled HTMLBars output looks |
| 17:38 | <wycats> | You'd find it interesting |
| 18:47 | <wycats> | annevk: http://note.io/1ypYQBQ |
| 18:47 | <wycats> | lemme annotate this |
| 18:50 | <wycats> | annevk: http://note.io/1ypYQBQ |
| 18:52 | <wycats> | the TLDR is that we don't go through the browser's HTML parser ;) |
| 18:52 | <wycats> | so we can experiment with different approaches to components pretty easily |