Skip to content

Commit

Permalink
ReactDOM, Elements, and JSX - React from Scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
15Dkatz committed Oct 19, 2022
1 parent b216721 commit 0164182
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 103 deletions.
38 changes: 0 additions & 38 deletions portfolio/src/App.css

This file was deleted.

12 changes: 0 additions & 12 deletions portfolio/src/App.js

This file was deleted.

8 changes: 0 additions & 8 deletions portfolio/src/App.test.js

This file was deleted.

13 changes: 0 additions & 13 deletions portfolio/src/index.css

This file was deleted.

14 changes: 1 addition & 13 deletions portfolio/src/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
root.render(<div>React element</div>);
1 change: 0 additions & 1 deletion portfolio/src/logo.svg

This file was deleted.

13 changes: 0 additions & 13 deletions portfolio/src/reportWebVitals.js

This file was deleted.

5 changes: 0 additions & 5 deletions portfolio/src/setupTests.js

This file was deleted.

0 comments on commit 0164182

Please sign in to comment.