We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce8a64 commit e11c7b0Copy full SHA for e11c7b0
1 file changed
www/src/pages/with-react-router.js
@@ -27,8 +27,8 @@ const WithReactRouter = ({ data, location }) => (
27
<h1>Usage with React Router</h1>
28
<p>
29
People often want to animate route transitions, which can result in
30
- delightful UX when used in moderation. The first instict might be to use
31
- wrap all routes in <code>TransitionGroup</code>, but that approach
+ delightful UX when used in moderation. The first instinct might be to
+ use wrap all routes in <code>TransitionGroup</code>, but that approach
32
requires hacks and falls apart easily when used with trickier components
33
of React Router like <code>Redirect</code>. You should use{' '}
34
<code>CSSTransition</code> for each route and manage their{' '}
0 commit comments