Buggytheclown

Results 5 issues of Buggytheclown

Great work, redux-optimistic-ui - is amazing! I found it difficult to understand the documentation on first reading. * Is middleware required? * Is the increment counter of `nextTransactionID ++` required?...

Feature request, i think it's important because: * optimization - we can skip some work * DX improvements - easy to debug optimistic slice, history have only valuable for the...

Hi, nice work, checked a few packages for optimistic updates and i think that redux-optimistic-ui is the best! But i have a few point before we can start using it....

If i want to pass limit config i need to add "initAction" and "comparator" explicitly or as undefined ``` undox( _counterReducer, { type: "undox/INIT" }, (_) => false, { past:...

First of all, thanks for your work, it helped us a lot. We start using undox in prod. Features I am missing: 1) limit - some reducers are tricky and...