Minor Changes
- Added the initial
@remix-run/spapackage withrender()middleware and arun(router, { fallback? })browser runtime for client-rendered Remix applications. Route handlers usecontext.render()while the package preserves the router'sRequesttoResponsecontract and hides the SPA response carrier.
Patch Changes
- Bumped
@remix-run/*dependencies: