Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.92 KB

27-react-install-and-use-react-devtools.md

File metadata and controls

36 lines (20 loc) · 1.92 KB

27. Install and use React DevTools

Notes

  • It’s dangerous to go alone. Here take this: React DevTools
  • The React Developer Tools extension is extremely useful in developing and debugging React applications. In this lesson we’ll get it installed and play around with some of the features. Definitely take some time to play around with the DevTools on your own. You’ll be using these a lot.
  • Installing from Chrome Tools:

  • Checking for a production build:

  • Inspecting with dev tools:

  • Theme and filtering:

  • Using the profiling:

  • It's strongly advised that you install the React DevTools and play around with them so you become familiar with their capabilities and more productive developing React applications.

Additional resource