Create React App Alternative

Опубликовано: 01 Ноябрь 2024
на канале: TechCheck
341
10

An alternative to create react app. Create react app is no longer being maintained. Vite is a local development server for Vue and React project templates. It has support for TypeScript and JSX. It uses Rollup and ESbuild internally for javascript bundling. It also uses hot module replacement (HMR) for a fast development experience and rebuilds.