UNPKG

@travi/hapi-react-router

Version:

hapi route to delegate routing for html content to react-router

7 lines (6 loc) 176 B
export default function respond(h, {renderedContent, status}) { return h.view('layout', { renderedContent, title: '<title>Example Title</title>' }).code(status); }