From d7eaab97dda0f791e03ca2fb9eca881251d78031 Mon Sep 17 00:00:00 2001 From: flin7 <58138185+flin7@users.noreply.github.com> Date: Sun, 26 Dec 2021 17:21:19 +0800 Subject: [PATCH] Add template for React --- website/docs/community/templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index a6d08dcc7..18add9553 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -32,6 +32,7 @@ Example: `wails init -n "Your Project Name" -t https://github.com/misitebao/wail ## React - [wails-react-template](https://github.com/AlienRecall/wails-react-template) - A template using reactjs +- [wails-react-template](https://github.com/flin7/wails-react-template) - A minimal template for React that supports live development ## Svelte