Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 443 Bytes

File metadata and controls

10 lines (5 loc) · 443 Bytes

Table of contents

Hyperion

Hyperion: (/haɪˈpɪəriən/) is one of the twelve Titan children of Gaia and Uranus.

Hyperion is the server responsible for server-side rendering the front end. In production, Hyperion does an initial render of a requested view on the server and responds with static HTML. The static HTML is then rehydrated with our JS bundle.

Learn more about development with Hyperion