From 4cbc7f3eecf0d3d641394374fa33d21daccfab03 Mon Sep 17 00:00:00 2001 From: venkadeshshiva <40267253+venkadeshshiva@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:21:27 +0530 Subject: [PATCH] added wails-template-nextjs-app-router under react (#3082) --- 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 1a781c758..98726c60a 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -40,6 +40,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [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 - [wails-template-nextjs](https://github.com/LGiki/wails-template-nextjs) - A template using Next.js and TypeScript +- [wails-template-nextjs-app-router](https://github.com/thisisvk-in/wails-template-nextjs-app-router) - A template using Next.js and TypeScript with App router - [wails-vite-react-ts-tailwind-template](https://github.com/hotafrika/wails-vite-react-ts-tailwind-template) - A template for React + TypeScript + Vite + TailwindCSS - [wails-vite-react-ts-tailwind-shadcnui-template](https://github.com/Mahcks/wails-vite-react-tailwind-shadcnui-ts) - A template with Vite, React, TypeScript, TailwindCSS, and shadcn/ui