We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51925ad commit 647b639Copy full SHA for 647b639
content/docs/hooks-faq.md
@@ -109,7 +109,9 @@ You can continue to use the exact same APIs as you always have; they'll continue
109
110
React Redux since v7.1.0 [supports Hooks API](https://react-redux.js.org/api/hooks) and exposes hooks like `useDispatch` or `useSelector`.
111
112
-Libraries like React Router might support hooks in the future.
+React Router [supports hooks](https://reacttraining.com/react-router/web/api/Hooks) since v5.1.
113
+
114
+Other libraries might support hooks in the future too.
115
116
### Do Hooks work with static typing? {#do-hooks-work-with-static-typing}
117
0 commit comments