Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imnotannamaria/next-13-ecommerce-devstore

A ecommerce build with Next 13
https://github.com/imnotannamaria/next-13-ecommerce-devstore

nextjs nextjs13 react

Last synced: about 10 hours ago
JSON representation

A ecommerce build with Next 13

Awesome Lists containing this project

README

        

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

## Cache & Memorization

### Cache

Refers to the temporary storage of data to reduce the need to recalculate or retrieve that data repeatedly. It helps improve performance and efficiency, allowing pages to load faster.

### Memorization

refers to the technique of caching the results of costly computations to avoid recalculating the same values ​​in the future. This results in faster response time and better system efficiency, as repetitive queries or complex operations can be served quickly from the cache.