welldone-software / why-did-you-render

why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)
https://www.npmjs.com/package/@welldone-software/why-did-you-render
MIT License
11.12k stars 199 forks source link

Do the docs explain where to find the WDYR output? #252

Closed jcollum-nutrien closed 2 years ago

jcollum-nutrien commented 2 years ago

I've got the tool set up and I've been scanning the docs for this question but can't find it. Once WDYR is set up where does it output its analysis? Dev tools? Web server logs? A screenshot of some of the tool's output would be very helpful.

A coworker actually answered this question. It seems like this should be easy to find in the docs though. I see that it is answered in the Medium article.

I'd structure it like so:

vzaidman commented 2 years ago

It is outputted to the console.

Thanks for the suggestions! If you come up with better docs, feel free to open a PR- I'll look at it asap.