inakianduaga / redux-state-history

Redux store enhancers for tracking and visualizing state changes
http://inakianduaga.github.io/redux-state-history-example/
MIT License
91 stars 7 forks source link

Get final state #15

Closed zvitek closed 8 years ago

zvitek commented 8 years ago

Hello, redux-state-history works well but I have one question. It's possible to get only current state without history?

I have prepared the order process and I would like to save user's final state into database.

Thank you

inakianduaga commented 8 years ago

It's possible to get only current state without history?

I don't think I understand, you mean when you click on the download button on the debug tool? Otherwise you wouldn't need this package just for that since any on any redux application you have access to the full current state?

zvitek commented 8 years ago

Yes, I can download it through redux. I didn't want to create two functionalities because I will save history also. I thought it might be good. Does not matter. :)

Thx for rection