UNPKG

mullet

Version:

Mullet Stack: Facebook in the front. Walmart in the back. (React.js/Hapi)

12 lines (10 loc) 273 B
import React from 'react'; import ReactDOM from 'react-dom'; import Facebook from './Facebook'; ReactDOM.render( <Facebook title="Welcome to the Mullet Stack." subtitle="Facebook in the front. Walmart in the back." />, document.getElementById('facebook') );