Replies: 1 comment 1 reply
|
@alexkads hey we're in the same situation, did you ever find out ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I'm currently using Remix with @remix-run/architect, and I'd like to migrate my setup to React Router using the new @react-router/architect package.
Additionally, I am using GitHub Actions for my CI/CD pipeline and would like to ensure that the migration won't cause any disruptions or compatibility issues in my workflows.
I couldn't find clear documentation or guidelines about this specific migration path, so I'd greatly appreciate any insights or tips on the following:
Are there breaking changes I should be aware of during this migration?
What would be the best approach to smoothly transition from Remix's Architect to React Router's Architect?
Are there any known pitfalls or compatibility issues, especially regarding CI/CD with GitHub Actions?
Any guidance or references to relevant resources would be extremely helpful!
Thanks in advance!
All reactions