IshanGarg

Resultados 1 preguntas formuladas por IshanGarg

¿Cómo podemos pasar parámetros this.props.history.push('/page')en React-Router v4? .then(response => { var r = this; if (response.status >= 200 && response.status < 300) { r.props.history.push('/template'); });