Lane F: Add router guide, update README - #101
Merged
Merged
Conversation
Co-authored-by: mahyarmlk <mahyarmlk@users.noreply.github.com>
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.
Lane F — Router guide
Task: Add a focused router guide covering
renderRouter, typednavigate, route params, services, popstate behavior, and current non-goals.Lane: docs
Files changed:
docs/Router.md— new comprehensive router guidepackages/router/README.md— updated to reference the guide, added quick-reference tablesSummary:
The guide covers
createRouter,.route(),.match(),.path(),.routes(), route parameter syntax, typed navigation viaRouterNavigate/RouterServices,RouteContext,renderRouter()DOM integration with all options, popstate/history behavior, and current non-goals. The router README now links to the guide and provides a concise API reference.Validation (all pass):
pnpm test— 333 tests passedpnpm typecheck— passedpnpm lint— passedpnpm build— passedpnpm pack:check— passedpnpm changeset status— no packages to bump (docs-only, no changeset needed)No files outside the allowed list were touched. No changesets were added.
Closes #94
opencode session | github run