URL: https://reactjs.org/tutorial/tutorial.html

Corresponding code here becomes unclear as to what code is it referring to, the user has to scroll back and forth to understand what code to delete and breaks the flow of the user.
for example, the user may be inclined to completely remove the handleClick() straightaway but instead it was only supposed to be repositioned inside the game class (with modifications)
therefore, I feel this area could use more descriptiveness.
URL: https://reactjs.org/tutorial/tutorial.html
Corresponding codehere becomes unclear as to what code is it referring to, the user has to scroll back and forth to understand what code to delete and breaks the flow of the user.for example, the user may be inclined to completely remove the
handleClick()straightaway but instead it was only supposed to be repositioned inside thegameclass (with modifications)therefore, I feel this area could use more descriptiveness.