... <Link to="/props-through-render">Props through render</Link> ... <Route exact path="/props-through-render" render={(props) => <PropsPage {...props} title={`Props through render`} />} />