https://github.com/risingstack/nuxt3-caching-with-auth
Demonstrate SWR and ISR rendering modes usage with auth
https://github.com/risingstack/nuxt3-caching-with-auth
Last synced: 7 months ago
JSON representation
Demonstrate SWR and ISR rendering modes usage with auth
- Host: GitHub
- URL: https://github.com/risingstack/nuxt3-caching-with-auth
- Owner: RisingStack
- Created: 2024-01-11T15:52:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T10:44:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T15:01:59.929Z (10 months ago)
- Language: Vue
- Homepage: https://nuxt3-caching-with-auth.vercel.app
- Size: 34.6 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is a showcase project illustrating techniques to render user-specific components or data that are required to always be up-to-date when using rendering modes that enable caching in Nuxt 3. For more information, please refer to the corresponding [article](https://blog.risingstack.com/nuxt-3-caching-with-authentication/).