Skip to content

remix/middleware/render · Variable

View Source

Renderer

Summary

Context key used to read the current request renderer with context.get(Renderer). Both render() and renderWith() also install the renderer as context.render.

Signature

let Renderer: { defaultValue?: AnyRenderer }