Skip to content

Commit

Permalink
Merge pull request #619 from catharsisjelly/issue-618-react-url
Browse files Browse the repository at this point in the history
DOC Fixing the URL for React Dev tools
  • Loading branch information
GuySartorelli authored Nov 4, 2024
2 parents ed7b68f + fd06b84 commit f869023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ to the React API. While optional, it is recommended to express components this w

### Recommended: react dev tools

The [React Dev Tools](https://chrome.g.oogle.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension available for Chrome and Firefox is critical to debugging a React UI. It will let you browse the React UI much like the DOM, showing the tree of rendered components and their current props and state in real time.
The React Dev Tools extension [available for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) [and for Firefox](https://addons.mozilla.org/en-GB/firefox/addon/react-devtools/) is critical to debugging a React UI. It will let you browse the React UI much like the DOM, showing the tree of rendered components and their current props and state in real time.

## Redux

Expand Down

0 comments on commit f869023

Please sign in to comment.