Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szilvia-csernus/next-caching
NextJS project,
https://github.com/szilvia-csernus/next-caching
Last synced: 1 day ago
JSON representation
NextJS project,
- Host: GitHub
- URL: https://github.com/szilvia-csernus/next-caching
- Owner: szilvia-csernus
- Created: 2024-08-29T10:21:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:53:07.000Z (3 months ago)
- Last Synced: 2024-08-30T11:53:28.456Z (3 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Caching
### Walkthrough Project created as part of [Maximilian Schwarzmüller's Next.js 14 course](https://www.udemy.com/course/nextjs-react-the-complete-guide/), which explores different types of caching options.
These include:
1. Request Memoization
2. Data Cache
3. Full Route Cache
4. Router Cache![messages](readme-images/messages.png)
![new-message](readme-images/new-message.png)
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## How to run the project
First, clone the project then run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.