omnidan / redux-undo

:recycle: higher order reducer to add undo/redo functionality to redux state containers
MIT License
2.91k stars 188 forks source link

Pr/example for converting regular reducer to undoable one #262

Closed mohinderps closed 4 years ago

mohinderps commented 4 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Update docs

This PR adds a doc on how to convert a regular reducer to undoable reducer.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 97.674% when pulling 73b77251451ec081dbd8d99d3bb4f444c4be278e on mohinderps:pr/example-for-converting-regular-reducer-to-undoable-one into 23ef33edb5c49fc39f0b491e766260993092e8ba on omnidan:master.

nmay231 commented 4 years ago

Awesome! So there are a few points to mention.

Thanks :+1:

mohinderps commented 4 years ago

Done @nmay231! Let me know if anything else is required too.

nmay231 commented 4 years ago

It's all merged! You can check it out here

And my bad, the command you should've used to reset the package-lock was git checkout master package-lock.json. I just fixed that up before merging.

Thanks for contributing! :star2: