mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Updated the URL link for serve (#25296)
This commit is contained in:
@@ -97,7 +97,7 @@ By default DevTools listen to port `8097` on `localhost`. If you need to customi
|
||||
|
||||

|
||||
|
||||
Or you could develop with a local HTTP server [like `serve`](https://www.npmjs.com/package/serve).
|
||||
Or you could develop with a local HTTP server like [`serve`](https://www.npmjs.com/package/serve).
|
||||
|
||||
**The React tab won't show up if the site doesn't use React**, or if React can't communicate with the devtools. When the page loads, the devtools sets a global named `__REACT_DEVTOOLS_GLOBAL_HOOK__`, then React communicates with that hook during initialization. You can test this on the [React website](https://reactjs.org/) or by inspecting [Facebook](https://www.facebook.com/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user