We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c61c2d commit b0f0210Copy full SHA for b0f0210
1 file changed
webpack_in/entry.jsx
@@ -4,3 +4,10 @@
4
5
6
console.log("JSX entry logic.");
7
+
8
9
+import React from 'react';
10
+import ReactDOM from 'react-dom';
11
12
13
+ReactDOM.render(<div>Hello! I'm a React app!!</div>, document.getElementById('react-app'));
0 commit comments