4.0.0: Buzzword swap!
Changes
- Replaces use of isomorphic with hydration, since that's what the concept is called in React now
- Add some more inline READMEs to help when starting out.
- Move document template from its own file to
entry.prerender.js
Upgrade instructions (more info)
As per the diff in #10
- Delete
layouts/document_template.js
and put its contents inentry.prerender.js
- Rename
isomorphic_helpers.js
tohydration_helpers.js
and update references - Rename
rehydrateIslands
tohydrateIslands
and update references