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

Add support for inspecting and/or manipulating the reducer list #67

Open
DisposaBoy opened this issue Oct 11, 2018 · 0 comments
Open

Add support for inspecting and/or manipulating the reducer list #67

DisposaBoy opened this issue Oct 11, 2018 · 0 comments

Comments

@DisposaBoy
Copy link
Contributor

There are reducers like margoCodeCtl that are always enabled but are also configurable.
If it was able to inspect or manipulate the list, it would be able to look for the MargoCodeCtl reducer that provides its configuration instead of requiring MargoCodeCtl to update its config, thus making the code more complex because both reducers now need to care about potential races.

Allowing list manipulation would also simplify another variant of this use-case where we want a reducer to always be enabled, but only inserted if an instance isn't already inserted by the user.

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

1 participant