←back to thread

176 points marv1nnnnn | 1 comments | | HN request time: 0.209s | source
Show context
obviyus ◴[] No.43995382[source]
I recently upgraded a project from Remix to React Router 7 but unfortunately all AI assistants still try to "fix" my code with the Remix imports / conventions. I've had to add a bunch of custom rules but that doesn't seem enough.

This seems super useful though. I'll try it out with the RR7 docs and see how well it works.

replies(3): >>43995798 #>>43995974 #>>43997060 #
1. jsmith99 ◴[] No.43997060[source]
I'm also using RR7 and Gemini 2.5 Pro just refused to believe me that I could import Link from react-router. Just ignored my instructions and went down a rabbit hold in copilot agent mode, deeper and deeper, trying every possible package name (none of which were installed). I've now created a copilot instructions file into which I've copied most of the RR7 migration docs.