In this example, we are getting, setting and removing cookies
This package works on client side and server side
- can be used on the client side, anywhere
- can be used for server side rendering in getServerSideProps
- can be used in API handlers
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-cookies-next with-cookies-next-appyarn create next-app --example with-cookies-next with-cookies-next-apppnpm create next-app --example with-cookies-next with-cookies-next-appDeploy it to the cloud with Vercel (Documentation).