10.09.2019
Using withRouter in a TypeScript React Component
When combining TypeScript with React, some of the tutorials cannot be adapted that simple.
In this example I show how to use withRouter
to manipulate the history in a functional React component.