Module perseus::turbine

source ·
Expand description

The core of the Perseus state generation system. The internals of Perseus’ state generation platform. This is not responsible for the reactivity of state, or any other browser-side work. This is responsible for the actual generation of state on the engine-side, at both build-time and request-time.

If you wanted to isolate the core of engine-side Perseus, it would be this module.

Structs

  • The integration-agnostic representation of the response Perseus will give to HTTP requests.
  • The query parameters used in subsequent load requests. This is provided for convenience, since the majority of servers have some kind of mechanism to parse query parameters automatically into structs.
  • The Perseus state generator.