I recently started on a React project and I was pleasantly surprised by how helpful and intuitive it is to use the React Developer Tools for Chrome. The React Dev Tools make it easy to see your component tree as well as see their state and prop values for easy debugging. They are much cleaner than the default Chrome dev tools and I would highly recommend them for anyone working with React!