Replies: 3 comments 6 replies
-
You could do |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
FYI: As we move the remix data APIs to react router, we've renamed the hook let navigation = useNavigation();
navigation.state
navigation.formData
// etc. When we re-implement Remix on top of the next version of React Router, we'll support both hooks in parallel ( Then in v2 we'll remove I like (I still think React's should be called |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Problem
The
useTransition
hook's name conflicts with React 18useTransition
hook, I think this needs to be changed to something else so that the Remix API stays stable and doesn't change very often.Beta Was this translation helpful? Give feedback.
All reactions