UNPKG

react-static

Version:

A progressive static site generator for React

16 lines (14 loc) 309 B
import React from 'react' import { withRouteData } from 'react-static' import convert from 'htmr' // export default withRouteData(({ jdown, reactStatic }) => ( <div> <section> {convert(reactStatic.contents)} </section> <section> {convert(jdown.contents)} </section> </div> ))