Skip to content

spa v0.1.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

  • Added the initial @remix-run/spa package with render() middleware and a run(router, { fallback? }) browser runtime for client-rendered Remix applications. Route handlers use context.render() while the package preserves the router's Request to Response contract and hides the SPA response carrier.

Patch Changes