Hey, I just released my first library ever. It originated from my work, were I had to solve a very specific problem: Adding unlimited Undo/Redo functionality to a Redux Application with a fat state and thin actions. (see more in the Readme Motivation Chapter)
Since It really performed well in production, I figured I would wrap the code in a small library and publish it for others to use.
Its use cases are: Editors, Boardgames or any other Redux Application with a fat state and thin actions.
1 comment
[ 4.1 ms ] story [ 10.1 ms ] threadSince It really performed well in production, I figured I would wrap the code in a small library and publish it for others to use.
Its use cases are: Editors, Boardgames or any other Redux Application with a fat state and thin actions.