Tutorial markdown changes for React18 (#4630)

* Changing the markdown - Initial commit

* Adding the missing instruction to copy the JS and CSS from starter code

* reverting the extra text added
This commit is contained in:
Sathvik Shanmugam
2022-05-05 21:20:36 +05:30
committed by GitHub
parent d27c1e4c6e
commit e34f5145e9

View File

@@ -106,7 +106,7 @@ cd ..
```js
import React from 'react';
import ReactDOM from 'react-dom';
import ReactDOM from 'react-dom/client';
import './index.css';
```