4

Debugging in React is awesome and the stack always points at the exact place where the error occurred ... Said no one ever.

Comments
  • 0
    I never forgot to bind "this" to every anonymous function that comes along as otherwise everything is broken... Yeah. Hearing that one pretty often!
  • 0
    I don't get it. I haven't had any issues with debugging in react. Every so often I have an issue with the console giving me an ambiguous error but if you know your route, reducer, and components props it should be a limited scope of issue.

    If you are using redux for your store, there is middleware to track all of you dispatched actions.
Add Comment