From 038c77e6108e39219f1c526491fb299b74ef8fb5 Mon Sep 17 00:00:00 2001 From: Moritz Roessler Date: Sun, 17 Mar 2024 16:54:59 +0100 Subject: [PATCH 1/5] feat: add React Server to list of vite templates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index beb28d3d..32309170 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. #### React +- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - Vite + React + React Server: Blazing fast Components on the Backend. - [Vitamin](https://github.com/wtchnm/Vitamin) - React TypeScript, TailwindCSS, SPA + PWA, Cypress and CI. - [vite-reactts-eslint-prettier](https://github.com/TheSwordBreaker/vite-reactts-eslint-prettier) - React, TypeScript, ESlint, Prettier, Pre-commit. - [react-vite-admin](https://github.com/ychengcloud/react-vite-admin) - React, Recoil, React Query, React Hooks, TypeScript, Axios. From 064a23c723244751ac9c3ebd8160849c736306d5 Mon Sep 17 00:00:00 2001 From: Moritz Roessler Date: Sun, 17 Mar 2024 16:58:29 +0100 Subject: [PATCH 2/5] fix: move entry to bottom --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 32309170..e01a9126 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,6 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. #### React -- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - Vite + React + React Server: Blazing fast Components on the Backend. - [Vitamin](https://github.com/wtchnm/Vitamin) - React TypeScript, TailwindCSS, SPA + PWA, Cypress and CI. - [vite-reactts-eslint-prettier](https://github.com/TheSwordBreaker/vite-reactts-eslint-prettier) - React, TypeScript, ESlint, Prettier, Pre-commit. - [react-vite-admin](https://github.com/ychengcloud/react-vite-admin) - React, Recoil, React Query, React Hooks, TypeScript, Axios. @@ -213,7 +212,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-react-component-library-starter](https://github.com/rayyamhk/vite-react-component-library-starter) - A starter template for creating React component libraries with `TypeScript`, `Tailwind CSS`, `Storybook`, `Vitest`, `ESLint`, `Prettier`, `Husky`, and `GitHub Action`. - [vite-template-awesome-soho](https://github.com/comnori/vite-template-awesome-soho) - `DevContainer` Template for creating `React 18`, `Javascript + JSDoc`, `React Router`, `Ant Design`, `ESLint`, `EditorConfig`, `.env`, `SonarLint`, `Vitest`. - [react-component-library-vite](https://github.com/gsharath/react-component-library-vite) - A library template for with `React`, `Javascript`,`Styled-Components`, `Vitest`, `React Testing Library`, `Storybook`. - +- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - Vite + React + React Server: Blazing fast Components on the Backend. #### Svelte - [SvelteKit](https://github.com/sveltejs/kit) - The fastest way to build Svelte apps. From 07a1c64b7b3a209a1289f6b2134785d6fc35ed7d Mon Sep 17 00:00:00 2001 From: Moritz Roessler Date: Sun, 17 Mar 2024 16:59:18 +0100 Subject: [PATCH 3/5] fix: add new line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e01a9126..db0f1751 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,8 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-react-component-library-starter](https://github.com/rayyamhk/vite-react-component-library-starter) - A starter template for creating React component libraries with `TypeScript`, `Tailwind CSS`, `Storybook`, `Vitest`, `ESLint`, `Prettier`, `Husky`, and `GitHub Action`. - [vite-template-awesome-soho](https://github.com/comnori/vite-template-awesome-soho) - `DevContainer` Template for creating `React 18`, `Javascript + JSDoc`, `React Router`, `Ant Design`, `ESLint`, `EditorConfig`, `.env`, `SonarLint`, `Vitest`. - [react-component-library-vite](https://github.com/gsharath/react-component-library-vite) - A library template for with `React`, `Javascript`,`Styled-Components`, `Vitest`, `React Testing Library`, `Storybook`. -- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - Vite + React + React Server: Blazing fast Components on the Backend. +- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - Vite + React + React Server: Blazing fast Components on the Backend. + #### Svelte - [SvelteKit](https://github.com/sveltejs/kit) - The fastest way to build Svelte apps. From dd7eeac37b818e18aa71457e22f7c45f6f161446 Mon Sep 17 00:00:00 2001 From: Moritz Roessler Date: Sun, 17 Mar 2024 17:00:58 +0100 Subject: [PATCH 4/5] fix: remove 'Vite' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db0f1751..1bfe109c 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-react-component-library-starter](https://github.com/rayyamhk/vite-react-component-library-starter) - A starter template for creating React component libraries with `TypeScript`, `Tailwind CSS`, `Storybook`, `Vitest`, `ESLint`, `Prettier`, `Husky`, and `GitHub Action`. - [vite-template-awesome-soho](https://github.com/comnori/vite-template-awesome-soho) - `DevContainer` Template for creating `React 18`, `Javascript + JSDoc`, `React Router`, `Ant Design`, `ESLint`, `EditorConfig`, `.env`, `SonarLint`, `Vitest`. - [react-component-library-vite](https://github.com/gsharath/react-component-library-vite) - A library template for with `React`, `Javascript`,`Styled-Components`, `Vitest`, `React Testing Library`, `Storybook`. -- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - Vite + React + React Server: Blazing fast Components on the Backend. +- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - React + React Server: Blazing fast Components on the Backend. #### Svelte From d2657d1eca858a10b607dc0420c179318f96151b Mon Sep 17 00:00:00 2001 From: Moritz Roessler Date: Sun, 17 Mar 2024 17:02:18 +0100 Subject: [PATCH 5/5] fix: remove whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bfe109c..c948676b 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-react-component-library-starter](https://github.com/rayyamhk/vite-react-component-library-starter) - A starter template for creating React component libraries with `TypeScript`, `Tailwind CSS`, `Storybook`, `Vitest`, `ESLint`, `Prettier`, `Husky`, and `GitHub Action`. - [vite-template-awesome-soho](https://github.com/comnori/vite-template-awesome-soho) - `DevContainer` Template for creating `React 18`, `Javascript + JSDoc`, `React Router`, `Ant Design`, `ESLint`, `EditorConfig`, `.env`, `SonarLint`, `Vitest`. - [react-component-library-vite](https://github.com/gsharath/react-component-library-vite) - A library template for with `React`, `Javascript`,`Styled-Components`, `Vitest`, `React Testing Library`, `Storybook`. -- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - React + React Server: Blazing fast Components on the Backend. +- [template-vite-react-server](https://github.com/state-less/template-vite-react-server) - React + React Server: Blazing fast Components on the Backend. #### Svelte