From ad87248e1a92b687e457dc3d644a08840b6c69a1 Mon Sep 17 00:00:00 2001 From: sjschlapbach Date: Wed, 23 Oct 2024 14:17:21 +0200 Subject: [PATCH] chore: add useful resources --- content/development/payloadcms-app-router.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/development/payloadcms-app-router.md b/content/development/payloadcms-app-router.md index 176fa51..ae938d7 100644 --- a/content/development/payloadcms-app-router.md +++ b/content/development/payloadcms-app-router.md @@ -648,3 +648,11 @@ export default function SkillInput() { ) } ``` + +## Useful Resources + +- Internationalization: https://next-intl-docs.vercel.app/docs/getting-started/app-router/with-i18n-routing +- Payload CMS: https://payloadcms.com/ +- NextJS Documentation: https://nextjs.org/ +- SWR Client-Side Caching: https://swr.vercel.app/ +- Server-Side Caching: https://nextjs.org/docs/app/api-reference/functions/unstable_cache