From 7f1bf978b28d94c4a087bd9f917bea72479fd94a Mon Sep 17 00:00:00 2001 From: Anton Karpenko Date: Wed, 1 May 2024 18:11:25 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3aa8f83..c9e7c96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# IMPORTANT UPDATE 2024-05-01 + +Better use [Vite + React + MUI starter](https://github.com/karpolan/react-mui-vite-ts) instead of this one. + +Reasons: +- [Create React App](https://create-react-app.dev/) is **not popular** anymore. +- Development and debugging using **[Vite](https://vitejs.dev/)** is 10x faster than with Webpack. + + # React + Material UI + Auth starter using TypeScript The **TypeScript** edition of **Create React App** plus **Material UI** with set of **reusable components** and utilities to build professional **React Application** faster.