kay-is / react-from-zero

A simple (99% ES2015 less) tutorial for React
https://www.fullstackreact.com/react-from-zero/
GNU General Public License v2.0
4.6k stars 404 forks source link

Remove React from description of JSX semantics #12

Closed rtsao closed 6 years ago

rtsao commented 6 years ago

From my reading of sections 0-3, it seems like conflating React and JSX in this way was probably not intentional (as demystifying JSX seems like a goal to some degree). This PR updates the language of this section to be more accurate.

kay-is commented 6 years ago

You're right, this is a JSX and not a React feature. Thanks!