GeoBrodas / cookies-with-nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Cookie Example

This is an example of how to use the cookies-next and react-cookie packages in a Next.js application.

How to use

Download the example or clone the repo:

git clone https://github.com/GeoBrodas/cookies-with-nextjs && cd cookies-with-nextjs

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

About


Languages

Language:CSS 60.8%Language:TypeScript 36.3%Language:JavaScript 2.8%