Last Updated: February 25, 2016
·
234
· nadavsinai

A very inspirational talk about dev-tools and React

https://www.youtube.com/watch?v=xsSnOQynTHs

Dan Abramov (creator of Reflux) speaks about developer tools and experiences from a very important perspective, the iteration of actions to get to a certain state, debugging, writing/fixing code then going all over again.

He shows how with React and his helper tools - providing you write in a truly function way - you can spare yourself of that iteration and keep the state as you hack on your code.