Skip to content

render-middleware v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:59
· 2 commits to main since this release
1e50c51

Minor Changes

  • Add render({ assets?, onError? }), the conventional request-scoped Remix UI renderer. It returns typed HTML responses through context.render(node, init), resolves nested and targeted frames through the current router with safe request headers and cancellation, preserves frame error bodies, and optionally resolves source-based client entries through an asset server (see #11607).

Patch Changes