Skip to content

Add selective Inertia SSR support#203

Merged
DominusKelvin merged 5 commits into
mainfrom
feat/200-investigate-selective-inertia-ssr-for-boring-stack
May 27, 2026
Merged

Add selective Inertia SSR support#203
DominusKelvin merged 5 commits into
mainfrom
feat/200-investigate-selective-inertia-ssr-for-boring-stack

Conversation

@DominusKelvin

@DominusKelvin DominusKelvin commented May 27, 2026

Copy link
Copy Markdown
Member

Summary

  • add the new rsbuild-plugin-inertia package for page resolution and SSR bundle generation
  • add inertia-sails SSR runtime support with global, selective, and per-response controls
  • wire ascent-vue as the SSR guinea-pig template and update root views to handle SSR fallback safely
  • update templates to sails-hook-shipwright 1.4.0 so async chunks stay lazy

Verification

  • npm test --workspace inertia-sails
  • npm test --workspace rsbuild-plugin-inertia
  • npm pack --dry-run in packages/inertia-sails
  • npm pack --dry-run in packages/rsbuild-plugin-inertia
  • verified ascent-vue source renders data-server-rendered SSR HTML without global async chunk tags
  • verified rsbuild-plugin-inertia@0.0.1 is published and template lockfiles use the published tarball integrity

Release notes

  • rsbuild-plugin-inertia@0.0.1 is now published and installable
  • hold the next inertia-sails publish until Precognition lands in the same release train

Closes #200

@socket-security

socket-security Bot commented May 27, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedsails-hook-shipwright@​1.3.0 ⏵ 1.4.074 +1100100 +192 +2100
Addedrsbuild-plugin-inertia@​0.0.1100100100100100

View full report

@DominusKelvin DominusKelvin marked this pull request as ready for review May 27, 2026 20:41
@DominusKelvin DominusKelvin merged commit 2503f59 into main May 27, 2026
6 checks passed
@DominusKelvin DominusKelvin deleted the feat/200-investigate-selective-inertia-ssr-for-boring-stack branch May 27, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate selective Inertia SSR for Boring Stack

1 participant