Creating a Modern React Project Vite, TypeScript, EsLint, Prettier, Lint-Staged, Commitlint and husky
We need to benefit from many resources to create a modern, fast and good react app. We will create a modern react app using up-to-date technologies and see the use of tools that will increase readability and maintenance. Why do we need these technologies? Most of the technologies we will use are used in the react…