Это совсем не относится к React Router 4.

ы можем передать параметр сthis.props.history.push('/page') в React-Router v4?

.then(response => {
       var r = this;
        if (response.status >= 200 && response.status < 300) {
             r.props.history.push('/template');
          });

Ответы на вопрос(4)

Ваш ответ на вопрос