You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Students who complete the React lesson often follow along with the React and JSX concepts well enough, but many ask questions about the tooling — both in VS Code and use of Babel in the browser.
The following improvements would address most of the questions:
Introduce VS Code extension(s) that lint JSX files (no "React is undefined", no errors about " characters in JSX, etc.)
Use a simple package.json setup to compile React into plain JavaScript before it reaches the browser
The text was updated successfully, but these errors were encountered:
Students who complete the React lesson often follow along with the React and JSX concepts well enough, but many ask questions about the tooling — both in VS Code and use of Babel in the browser.
The following improvements would address most of the questions:
"
characters in JSX, etc.)package.json
setup to compile React into plain JavaScript before it reaches the browserThe text was updated successfully, but these errors were encountered: