From 8c32d3b8364435289679bd2773727c870eddc587 Mon Sep 17 00:00:00 2001 From: Nick Parsons Date: Wed, 18 Dec 2024 15:36:15 -0700 Subject: [PATCH] Add Clerk + Liveblocks article - Add link to [How to secure Liveblocks Rooms with Clerk in Next.js](https://clerk.com/blog/secure-liveblocks-rooms-clerk-nextjs) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2fadeb..a97e414 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th ## Articles +- [How to secure Liveblocks Rooms with Clerk in Next.js](https://clerk.com/blog/secure-liveblocks-rooms-clerk-nextjs) - [Instant Site Updates with On-Demand Revalidation and Directus](https://echobind.com/post/instant-site-updates-with-on-demand-revalidation-and-directus) - [Dynamic CMS-driven Redirects with Next.js](https://echobind.com/post/dynamic-cms-driven-redirects) - [Getting Started with Next.js, GraphQL and React Query](https://echobind.com/post/getting-started-with-nextjs-graphl-and-react-query)