redux-undo

higher order reducer to add undo/redo functionality to redux state containers

MIT License

Downloads
389.2K
Stars
2.9K
Committers
41

Bot releases are hidden (Show)

redux-undo - Enhanced Reducers

Published by omnidan about 9 years ago

  • redux-undo is an enhanced reducer / higher order reducer (undoable) instead of a store enhancer now
  • this makes so many things so much cleaner, have a read of #1 and #2
redux-undo - Initial Release

Published by omnidan about 9 years ago

redux-undo - typeof history === 'UndoList'

Published by omnidan about 9 years ago

  • structured history like an UndoList in elm (this fixes issue #6 and makes undo/redo cleaner in general)
  • improved debugging of history changes: https://i.imgur.com/UZySpDY.png
  • removed index and initialIndex as it's not needed anymore
  • introduced initialState and new initialHistory
Package Rankings
Top 1.03% on Npmjs.org
Top 6.68% on Proxy.golang.org
Badges
Extracted from project README
NPM version (>=1.0) NPM Downloads Coverage Status Dependencies js-standard-style GitHub license https://i.imgur.com/M2KR4uo.gif