Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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,

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.