joystick icon indicating copy to clipboard operation
joystick copied to clipboard

Add support for cookie-js on the client and offer an easy-to-use API

Open rglover opened this issue 11 months ago • 0 comments

We already have cookie access on the server via req.cookies, but it'd be nice if we could set/read cookies on the client, too. cookie-js is a solid solution for this, but it'd be nice if you could have that as a dependency (or write your own) and just do import { cookies } from '@joystick.js/ui and then call something like cookies.get() or cookies.set().

rglover avatar Jan 24 '25 01:01 rglover