UNPKG

react-quick-start

Version:
11 lines (9 loc) 210 B
import React from 'react'; export default function HelloWorld() { return ( <div> <h1>Hello World</h1> <p>Now you are ready to write beautiful and modular ES6 React code!</p> </div> ); }