DEV Community

Discussion on: React is finally JavaScript

Collapse
 
jascomp profile image
Jason Holden

Question: How are folks debugging React in the browser when most code is transpiled (God I hate that word).

Collapse
 
couch3ater profile image
Connor Tangney
Collapse
 
jascomp profile image
Jason Holden

But how are you debugging the raw JS?

Thread Thread
 
sonicoder profile image
Gábor Soós

Source Maps?

Thread Thread
 
couch3ater profile image
Connor Tangney

👆