I have started learning to react and am stuck at a query but not able to find an answer in this forum. A related query is present here
Query: Babel compiles the JSX code to React.createElement() but during debugging in chrome developer tools, I see JSX and not the compiled code. How come browser understand JSX syntax here? However, debugging JSX line by line takes me inside React.createElement function.
Thank you so much for all the help.