next-redux-cookie-wrapper
next-redux-cookie-wrapper copied to clipboard
Expose functions to manually parse cookies
@bjoluc I was thinking that it would be nice if we can expose
decompressFromEncodedURIComponentso that we don't need to installlz-stringon our project to decode the cookie data. Is this possible ?
Originally posted by @bryantobing12 in https://github.com/bjoluc/next-redux-cookie-wrapper/issues/17#issuecomment-1083942458
@bryantobing12 Thanks, agree! I'd like to have two functions, one for compressed and one for non-compressed cookies. I'd also include JSON.parse in the exposed methods, unless there's a reason not to do so?
Reconsidering this in the light of #41, it may be nice to make this config-aware, something like
function getSubtreeFromCookie(middlewareConfig: NextReduxCookieMiddlewareConfig, subtree: string, context?: ...)