Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make a reducer enhancer #32

Open
juanpmarin opened this issue Jun 22, 2017 · 1 comment
Open

How to make a reducer enhancer #32

juanpmarin opened this issue Jun 22, 2017 · 1 comment

Comments

@juanpmarin
Copy link

Hi !
I'm trying to figure out how to make a reducer enhancer like the one shown here: http://redux.js.org/docs/recipes/ImplementingUndoHistory.html#second-attempt-writing-a-reducer-enhancer

Do you think that is it possible to do with reductor ? Thanks !
Sorry for my english

@Yarikx
Copy link
Owner

Yarikx commented Jun 29, 2017

Hi.
Enhancers (as they are implemented in Redux.js) are not implemented due to static nature of Java.
Reductor support middlewares out of the box (which is 90% of use-cases where you would need enhancer)

But If you have nice idea how to implement them in Reductor, you are very welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants