docs(tanstack-router): design guide, feature-support matrix, RN comparison - #18
Open
Huxpro wants to merge 1 commit into
Open
docs(tanstack-router): design guide, feature-support matrix, RN comparison#18Huxpro wants to merge 1 commit into
Huxpro wants to merge 1 commit into
Conversation
…rison The design writeup behind the port: the layered architecture (NavigationHost contract -> history shim -> router adapter), the MPA-vs-SPA reasoning, the empirical feature-support matrix (what works in the in-page subset vs the cross-page/native path, and why), the file-based routing + codegen findings, and a comparison with TanStack Router's own React Native effort. Adds the guide to the Core sidebar section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H1EU55YA4e1zj2oVHh7Zme
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked PR 5/5 (base:
tsr-04-website-goweb) — the top of the stack. The design writeup behind the port.📚 Stack (review bottom → top)
tsr-01-sparkling-history— router-agnostic web-history shimtsr-02-reactlynx-spike— prove TanStack Router runs on ReactLynxtsr-03-mpa-codegen— file-based routing + native MPA + codegentsr-04-website-goweb— go-web example + in-card web bridgetsr-05-docs-guide— design guide + support matrix + RN comparison (this PR)Related issues
Standalone. Depends on PRs 1–4.
Changes
docs/en/guide/tanstack-router.md: the layered architecture (NavigationHostcontract → history shim → router adapter), the MPA-vs-SPA reasoning, the empirical feature-support matrix (what works in the in-page subset vs the cross-page/native path, and why), the file-based routing + codegen findings, and a comparison with TanStack Router's own React Native effort.rspress.config.ts: adds the guide to the Core sidebar section.How to test
pnpm -C packages/website dev→ open/guide/tanstack-router; the Core sidebar link resolves and the matrix renders.Checklist
🤖 Generated with Claude Code
https://claude.ai/code/session_01H1EU55YA4e1zj2oVHh7Zme
Generated by Claude Code