Skip to content

4.0.0: Buzzword swap!

Compare
Choose a tag to compare
@bensmithett bensmithett released this 08 Jul 08:22
cc75f2e

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 in entry.prerender.js
  • Rename isomorphic_helpers.js to hydration_helpers.js and update references
  • Rename rehydrateIslands to hydrateIslands and update references