Monday, May 22nd 2023
Integrate Remix session storage with your Vercel KV database
Posted by
The release of @vercel/remix
v1.16.0 introduces a new function, createKvSessionStorage()
, which allows you to integrate your Remix session storage with your Vercel KV database in a few lines of code.
Upgrade to @vercel/remix
v1.16.0 to get started.
Check out the documentation to learn more about storage with Vercel KV.