DEV Community

StuartCreed
StuartCreed

Posted on

SourceMaps with React

https://javascript.plainenglish.io/debug-your-react-app-like-a-ninja-with-source-maps-c63010b3a6e7

Image description

Note that if we are using babel this will be translated to _this2
https://medium.com/@tommarren/the-mystery-of-this2-2af4ed10dd28

why this sometimes shows as undefined in devtools:
https://stackoverflow.com/questions/47530878/why-chrome-dev-tools-cant-reflect-this-correctly-in-a-promise?rq=4

Top comments (0)