Ask HN: Best (Tech) talks from 2015

21 points by monkeyshelli ↗ HN
What where the talks from last year "everyone" should watch and why?

8 comments

[ 3.0 ms ] story [ 12.9 ms ] thread
As somebody who hasn't worked with react before I find this talk very interesting: https://www.youtube.com/watch?v=xsSnOQynTHs

He talks about improving the development workflow by hot reloading parts of the application during runtime. Slow workflows affect every developer and the idea from this talk can be used to build tools for other stacks or languages.

For those interested in The Angular ecosystem, check out the angular2-seed project.

It uses a hot loader that was written specifically for ng2.