Closed nicksrandall closed 1 year ago
Yeah, I think v2 works slightly differently than remix-flat-routes
, although mine is a superset. So I'll fix the migration tool and it should work for both.
Sorry about that.
Hey, we're also experiencing this issue -- is there any update on the fix for it? We have a pretty large Remix app and would rather not migrate everything by hand.
Naturally, we're not in any big hurry, as Remix has a very forgiving deprecation strategy.
It's been a while since I worked on the migration, and I don't have any big v1 projects to test on. Can you send me the file layout? If you don't want to post it publicly, you can email me at kiliman@gmail.com.
Thanks!
In what format would you want this in?
I sent an email with the output from running remix routes
in my project.
Just use the tree
command
tree app/routes
You can either paste here or send to kiliman@gmail.com
Thanks!!
remix routes
will work as well. Thanks!
It's been a while since I worked on the migration, and I don't have any big v1 projects to test on. Can you send me the file layout?
Is this helpful? I've renamed a few of the routes for the sake of obfuscating a private project, but the layout is very much identical to the real project.
@jimmed Yes, thank you! The more "real-world" examples, the better. @nicksrandall also sent me his, and I've got that one mostly done, so hopefully, yours will cover more edge cases.
Thanks for all the work on this... has there been any progress here?
Hey @kiliman,
Going through a similar migration, was wandering if you could post the headway you made and the issues you see with it.
Happy to take it on and finish it off 🙏.
James
I'm trying to migrate my app to remix
v2_rotuesConvetion
and after running the migrate command, none of my layout routes were properly preserved.