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