Skip to content

Instantly share code, notes, and snippets.

@anshcena
Created August 29, 2020 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anshcena/6bd740b7c0b50848465e3ba8d6794bcf to your computer and use it in GitHub Desktop.
Save anshcena/6bd740b7c0b50848465e3ba8d6794bcf to your computer and use it in GitHub Desktop.
This is sample Code here
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment