Setup React Application using Typescript and Webpack
In this post we will learn how to add support of TypeScript to your React Js application having webpack and babel configured.
Please note that in this post I’m going to modify previously setup React Js application to add support for TypeScript. If you haven’t yet gone through that post then please start with Setup Webpack and Babel for a React Js Application and come back to this post.