Skip to content

Instantly share code, notes, and snippets.

@nikitasingh
Last active May 31, 2016 11:33
import React from 'react';
import ReactDOM from 'react-dom'
class App extends React.Component {
render(){
return (
<div>Hello React!</div>
);
}
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment