Browse Source

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
main
Sathvik Shanmugam 3 years ago
committed by GitHub
parent
commit
e34f5145e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/tutorial/tutorial.md

2
content/tutorial/tutorial.md

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

Loading…
Cancel
Save