next-boost / next-boost

Add a cache layer for server-side-rendered pages with stale-while-revalidate. Can be considered as an implementation of next.js's Incremental Static Regeneration which works with getServerSideProps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I do cookie management?

aldasvn opened this issue · comments

I need to transfer cookies from server side to client side. Is there a way to this?