bjoluc / next-redux-cookie-wrapper

Sync a subset of your Redux state with cookies in Next.js :cookie: :sparkles:
MIT License
114 stars 4 forks source link

Disabling compression of cookie values #18

Closed cnggh93 closed 3 years ago

cnggh93 commented 3 years ago

Why the value store in cookies being decode?

bjoluc commented 3 years ago

Because they are encoded? :stuck_out_tongue:

Some words about compression: The serialized cookie state is compressed using lz-string to keep the cookie size small. Currently, there is no way to disable compression. If you would like to see one implemented, please let me know.

Are you interested in disabling compression?

cnggh93 commented 3 years ago

yes please

cnggh93 commented 3 years ago

okkay thankyou, let me know if theres update to disable compression.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: