@bjoluc I was thinking that it would be nice if we can expose decompressFromEncodedURIComponent so that we don't need to install lz-string on our project to decode the cookie data. Is this possible ?
@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?
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?