Use [Atom](https://atom.io/) and get some of the most popular [packages](https://atom.io/packages/list). We are going to use [nuclide](https://nuclide.io/) for a faster workflow..

Learn some of the Atom [shortcuts](https://blog.bugsnag.com/img/posts/atom-cheat-sheet.png)

We'll use [babel](http://babeljs.io/) and [flow](https://flow.org/) for all sorts of goodness.

- [/r/reactnative](https://www.reddit.com/r/reactnative/)
- [StackOverflow:reactnative](https://stackoverflow.com/questions/tagged/react-native)
- [nuclide](https://nuclide.io/docs/platforms/react-native/)

https://reactjs.org/docs/thinking-in-react.html

https://github.com/yannickcr/eslint-plugin-react/issues/1697

In this case, you'd add // eslint-disable-line react/no-unused-state on the line that was warning.
