UNPKG

react-static

Version:

A progressive static site generator for React

16 lines (14 loc) 283 B
import React from 'react' // export default () => ( <div> <h1>This is what we're all about.</h1> <p>React, static sites, performance, speed. It's the stuff that makes us tick.</p> <style jsx>{` h1 { color: darkred; } `} </style> </div> )