DEV Community

Cover image for Getting started with React & TypeScript
Vishal Raj
Vishal Raj

Posted on

Getting started with React & TypeScript

This post is inteded 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.

Top comments (0)