reactjs-basics icon indicating copy to clipboard operation
reactjs-basics copied to clipboard

try to basic component in react

Open primashah01 opened this issue 6 years ago • 1 comments

primashah01 avatar Oct 27 '18 16:10 primashah01

import React, {Component} from 'react';

class Application extends Component { render(){ return(

Hello,World am Kranthi

); } } export default Application

React-kranthi avatar Dec 19 '18 06:12 React-kranthi