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
The compilation is handled by [Babel](https://babeljs.io/repl/). Projects created with *create-react-app* are configured to compile automatically. We will learn more about this topic in [part 7](/en/part7) of this course.
249
+
The compilation is handled by [Babel](https://babeljs.io/repl/). Projects created with *create-react-app*or *vite*are configured to compile automatically. We will learn more about this topic in [part 7](/en/part7) of this course.
249
250
250
251
It is also possible to write React as "pure JavaScript" without using JSX. Although, nobody with a sound mind would do so.
251
252
@@ -266,9 +267,6 @@ but when writing JSX, the tag needs to be closed:
0 commit comments