Is data browser router production ready? #10823
-
Is it possible to do route transitions with the new router? I've been racking my brain over making it work. Earlier, you could pass the location prop as a key to any of the transition libraries (framer or react-transition-group). But now, since the browser router does not accept any other children except routes, I am not really sure how this can be achieved. I am using new rr v6 features like actions and loaders, is this production ready to handle industry use cases? If not, which version should i roll back to make it work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Does this example work for you? You would need to adapt for react-router a bit but approach of wrapping the outlet is the same. https://github.com/remix-run/examples/blob/main/framer-route-animation/app/root.tsx |
Beta Was this translation helpful? Give feedback.
-
@brophdawg11 While i have you here, is there a replacement for |
Beta Was this translation helpful? Give feedback.
Does this example work for you? You would need to adapt for react-router a bit but approach of wrapping the outlet is the same.
https://github.com/remix-run/examples/blob/main/framer-route-animation/app/root.tsx