From 647b639259919f96e9b667bf41ec16621e1b84dc Mon Sep 17 00:00:00 2001 From: "Bouwe K. Westerdijk" Date: Mon, 30 Sep 2019 14:56:32 +0200 Subject: [PATCH] React Router also supports hooks now (#2374) --- content/docs/hooks-faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/hooks-faq.md b/content/docs/hooks-faq.md index 0869e423..d2c297d0 100644 --- a/content/docs/hooks-faq.md +++ b/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 React Redux since v7.1.0 [supports Hooks API](https://react-redux.js.org/api/hooks) and exposes hooks like `useDispatch` or `useSelector`. -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. + +Other libraries might support hooks in the future too. ### Do Hooks work with static typing? {#do-hooks-work-with-static-typing}