-
Notifications
You must be signed in to change notification settings - Fork 745
React Router docs #14258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Router docs #14258
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
edwinyjlim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huge!
For another time and place, but I'm starting to get a little queezy looking at the split between SDK vs Framework docs.
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-declarative-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-declarative-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
sarahxsanders
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I built three simple apps to test each mode and they are all working/sending events to PostHog using your updated docs 💪 NICE
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/_snippets/step-identify-user.mdx
Outdated
Show resolved
Hide resolved
contents/docs/libraries/react-router/react-router-v7-framework-mode.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sarah Sanders <88458517+sarahxsanders@users.noreply.github.com> Co-authored-by: Edwin Lim <edwin@posthog.com>
|
Thanks for the review folks <3 |
* React Router docs * Apply suggestions from code review Co-authored-by: Sarah Sanders <88458517+sarahxsanders@users.noreply.github.com> Co-authored-by: Edwin Lim <edwin@posthog.com> * tweaks * Logos --------- Co-authored-by: Sarah Sanders <88458517+sarahxsanders@users.noreply.github.com> Co-authored-by: Edwin Lim <edwin@posthog.com>
Changes
These are docs for React Router. All the React Router modes are very very very similar with subtle differences. I opted to:
🙏 It's a difficult review, thanks in advance
See examples repo PR for examples