Skip to content

Commit

Permalink
chore: add useful resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Oct 23, 2024
1 parent 75ee2d7 commit ad87248
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/development/payloadcms-app-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad87248

Please sign in to comment.