Skip to content

Commit

Permalink
Replace effector-undo to effector-history (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyalesik authored May 24, 2023
1 parent c3ac8f8 commit fefc152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Found something cool? Please, **[contribute](contributing.md)**!
* [effector-factorio](https://github.com/Kelin2025/effector-factorio) - The simplest way to write re-usable features with React + Effector.
* [effector-hotkey](https://github.com/Kelin2025/effector-hotkey) - Hotkeys with Effector made easy.
* [effector-localstorage](https://github.com/lessmess-dev/effector-localstorage) - Module for effector that sync stores with localStorage.
* [effector-undo](https://github.com/tanyaisinmybed/effector-undo) - Simple undo/redo functionality for effector.
* [effector-history](https://github.com/Kelin2025/effector-history) - Utility library that implements undo/redo feature for you.
* [effector-utils](https://github.com/Kelin2025/effector-utils) - Effector utilities library.
* [effector-next](https://github.com/effector/nextjs) - Effector wrappers for Next.js.
* [effector-storage](https://github.com/yumauri/effector-storage) - Module for Effector that sync stores with localStorage (or sessionStorage).
Expand Down

0 comments on commit fefc152

Please sign in to comment.