From f1073fd35cafab053b53dacbfeff7c9abd57f987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Thu, 18 Jun 2026 16:55:11 +0200 Subject: [PATCH 1/2] Add test text to README Add placeholder text for testing purposes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2e7761..fd95cb6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # React + TypeScript + Vite +TEST TEST TEST + This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: From f191e18f4a4528abe1eaecec628bd99b290c5472 Mon Sep 17 00:00:00 2001 From: GitHub Ace Date: Sat, 20 Jun 2026 14:59:05 +0000 Subject: [PATCH 2/2] docs(readme): add emojis to headings and intro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Krzysztof Cieślak --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd95cb6..2183e26 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -# React + TypeScript + Vite +# ⚛️ React + TypeScript + Vite ⚡ TEST TEST TEST -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. 🚀 Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh -## React Compiler +## 🧪 React Compiler The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation). -## Expanding the ESLint configuration +## 🔧 Expanding the ESLint configuration If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules: