React
Dev ToolsReact Developer Tools is a browser extension that helps debug React Apps by allowing developers to view components and view/edit component properties and state.
React
Dev Tools creates two new tabs in Chrome Dev Tools: Components, and Profiler.
The Components tab from React Dev Tools gives developers the ability to update a React
components state and props.
With the debugger attached and running, developers can inspect state, as well as keep track of function calls with the call stack.