maxdeviant/redux-persist-transform-encrypt

Get store current encrypted state

ogheo opened this issue · 0 comments

ogheo commented

Hello,

for a ssr app I need to get current encrypted state.

const finalState = store.getState(); -> const finalState = store.getEncryptedState();

Is there a way to achieve that in an elegant way and without other libraries? Thanks.