From b62545f2023851df19d95eabf20c6b43565aa8fe Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 6 Mar 2024 00:35:48 -0800 Subject: [PATCH] Add NextJS starter template (#34) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeeda2e..ecfc420 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi ## React - [PocketBase React](https://github.com/tobicrain/pocketbase-react) - Unofficial React SDK (React, React Native, Expo) for interacting with the PocketBase JavaScript SDK. +- [PocketBase Next.js App Template](https://github.com/tsensei/nextjs-pocketbase-starter-template) - PocketBase Next.js Template with server & browser client using cookies. ## Svelte