Running two version of react-query in the same codebase
Hi everyone,
I am planning to migrate
I wanted to know if I could run both versions, to achieve a smooth & iterative migration.
I have in mind the problem of bundle size, I only want to know if there is technical limitations (like contexts conficts) to achieve it like this.
Thank you!
I am planning to migrate
react-query@3 to @tanstack/react-query@5 in a big codebase.I wanted to know if I could run both versions, to achieve a smooth & iterative migration.
I have in mind the problem of bundle size, I only want to know if there is technical limitations (like contexts conficts) to achieve it like this.
Thank you!