Crate stellation_backend

Source
Expand description

Stellation Backend

This crate contains the server renderer and tools used for server-side rendering.

Modules§

hooks
Useful hooks for stellation backend.
utils
Server utilities.

Structs§

ServerAppProps
The Properties provided to a server app.
ServerRenderer
The Stellation Backend Renderer.

Enums§

ServerAppError
The error type returned by server app methods.

Traits§

RenderRequest
A trait that describes a request for server-side rendering.
Request
A trait that describes a request received by the backend.

Type Aliases§

ServerAppResult
The result type returned by server app methods.