Getting started with React & TypeScript

Vishal Raj
Jul 24, 2022

--

React + TypeScript + Webpack 5

This post is intended for developers looking to get started with frontend development using the following

  • React
  • TypeScript
  • Webpack 5
  • SASS

Why the forementioned selection? Well, I would say more of my personal choice. While there are numerous bundlers available in the market, I find Webpack 5 great because of its flexibility and extensibility. I find the combination of the above 4 an easy, as well as great combination for frotnend projects. The Github repository aims to be served as boilerplate code for beginners.

Please refer to the [Github repository](https://github.com/vishalraj82/typesript-webpack5).

--

--