With create-react-app, you can properly and super easily setup a React TypeScript project. But what if you predict your application becomes big? You would face many problems. For example, you need multiple entry points, you have some node_modules which need to be transpiled to ES5.
In such situation, it’s better to walk with webpack and Babel from the beginning. I know they are something that software engineers don’t want to touch because it’s not application code. It’s just a bundle config. On the other hand, if you understand it, it means that you acquired one more skill !
So let’s learn bundling config step by step from scratch.

#webpack #babel #react #typescript #front-end-development

2020 Settings of React TypeScript Project with webpack and Babel
6.00 GEEK