ForbesLindesay / redux-optimist

Optimistically apply actions that can be later commited or reverted.
MIT License
776 stars 39 forks source link

accept customizable combine/separate/validate state #18

Open xiaohanzhang opened 7 years ago

xiaohanzhang commented 7 years ago

allow customized separateState, combineState, validateState to support ImmutableJS state

xiaohanzhang commented 7 years ago

@ForbesLindesay is there any comment on this ? thanks for your great work.