-
Notifications
You must be signed in to change notification settings - Fork 440
Feat/migrate to react router 7 #897
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
Merged
kentcdodds
merged 35 commits into
epicweb-dev:main
from
DennisKraaijeveld:feat/migrate-to-react-router-7
Jan 16, 2025
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e899918
activate v3_singleFetch
hakimLyon d0a9ff5
mv installGlobals --> vite conf
hakimLyon 56603cc
Fix: playwright failures
hakimLyon e6eca57
add installGlobals
hakimLyon c2d2244
Fix: eslint
hakimLyon b4d40b6
format
hakimLyon cb2f5c9
import as data
hakimLyon 6b40b78
remove installGlobals
hakimLyon 5044ab5
fix typecheck
hakimLyon 359f494
rename auth.$provider to auth_.$provider
hakimLyon edb182e
Merge branch 'main' into v3_singleFetch
hakimLyon bc898bc
enable v3_singleFetch
hakimLyon 75a6fc3
Merge branch 'hakim-single-fetch' into feat/migrate-to-react-router-7
DennisKraaijeveld 4102828
feat: init
DennisKraaijeveld 889be28
feat: initial codemod remix > rr7
DennisKraaijeveld 96a2142
feat: SerializeFrom: https://github.com/remix-run/react-router/discus…
DennisKraaijeveld 44a44b9
feat: await results from submit hooks
DennisKraaijeveld a9a9553
feat: move to new file uploading package
DennisKraaijeveld 55645fc
feat: add routes.ts
DennisKraaijeveld f016946
feat: typegen
DennisKraaijeveld eeb5069
feat: rr config file; enable ssr
DennisKraaijeveld 66815e6
feat: rr config file; enable ssr
DennisKraaijeveld 939c7b6
fix: move ignore .react-router to the correct file
DennisKraaijeveld ac9ad5e
fix: remove typegen folder
DennisKraaijeveld 1c2f055
feat: small fixes
DennisKraaijeveld 489f675
feat: code format/styling
DennisKraaijeveld a31cce4
fix: dev server broke due to sentry package
DennisKraaijeveld de4c39a
fix: uncommented commented comment jeezz
DennisKraaijeveld 31d4690
feat: prod server
DennisKraaijeveld e5b70ac
feat: move to @sentry/node
DennisKraaijeveld 1895661
fix: typo
DennisKraaijeveld 1c7480d
fix: correct import sentry node
DennisKraaijeveld 2084016
chore: format everything
kentcdodds 0f380b5
use new type helpers
kentcdodds e06e003
remove use of SerializeFrom
kentcdodds File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
Hi, Rather than defining
SerializeFrom
, it is possible to directly use the types from the.react-router
folder as follows: