I am a rookie here, so please excuse me if this sounds silly
I’d like to read the source code of debugger.html because I feel it would help me understand web apps built with react and redux from the context of a real app, and so that I can more easily tackle harder issues in the issue list!
Where would you suggest I begin?
Should I start reading from src/components/main.js
?
Or should it be actions & reducers driven?
Thanks