Skip to content

isoreact/example

Repository files navigation

IsoReact Example

This example demonstrates a small isomorphic React web app using IsoReact. It features three isomorphic elements (from two isomorphic components) being rendered server-side and inserted into a Handlebars template. When the page loads in the browser, the isomorphic React elements are hydrated.

You will need Node.js 10 and npm 6.

Quick start

npm ci
npm start

Open http://localhost:3000 in your browser.

Releases

No releases published

Packages

No packages published