-
Notifications
You must be signed in to change notification settings - Fork 363
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
Add react-router v7 example #752
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@chrisvxd deps are failing to install because we need to bump the minimum engine version for node:
|
27e1224
to
62ddbcc
Compare
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.
Awesome thanks @matthewlynch! Left some comments 🙃
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.
Looking good, couple more comments.
Re Node v22, we just need to make sure we're not changing the Puck minimum node version just to support an RR7 template
2e024f1
to
4fdc6f3
Compare
This PR adds a react-router recipe for Puck.
Note: I had to bump the node version to
22
because some of the RR7 deps required a minimum version of 20 and that caused issues with some of the next js apps.