Create React v18 TypeScript Project with Vite

Toru Eguchi
ITNEXT
Published in
7 min readFeb 5, 2023

--

With create-vite and create-react-app, you can properly and super easily setup a React TypeScript project with Vite. However, what if you predict your application becomes big? You would face many problems. For example, you would need multiple entry points, performance tuning.

In such situation, it’s better to walk with Vite from the beginning. I know they are something that software…

--

--

Writer for

I am a full-stack engineer. I have strength on frontend (React, Vue, Next.js…) and on backend (express, fastify and Ruby on Rails).