How to read cookies from SSR and CSR in Next.js

  • 2 months ago
nookies is a nice library that can be used in JS frameworks to create, read and delete cookie. I'm using it because it allows to read the cookies on SSR and CSR. This video just shows a small example how I'm using it.

Recommended