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

[Store-DevTools] actionsBlacklist / actionsWhitelist #938

Closed
Wykks opened this issue Mar 28, 2018 · 3 comments
Closed

[Store-DevTools] actionsBlacklist / actionsWhitelist #938

Wykks opened this issue Mar 28, 2018 · 3 comments

Comments

@Wykks
Copy link

Wykks commented Mar 28, 2018

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[X] Feature request
[ ] Documentation issue or request

What is the current behavior?

There is no way to filter out actions in Store-DevTools.

Expected behavior:

Implement actionsBlacklist / actionsWhitelist
https:/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#actionsblacklist--actionswhitelist

I can try to implement this one, if you're ok with this.

@Wykks Wykks changed the title [Store-DevTools] [Store-DevTools] actionsBlacklist / actionsWhitelist Mar 28, 2018
@TobyBackstrom
Copy link

Yes, I'd like to see this, too. I've got some actions that come with a very high frequency and I need to filter them somehow to be able to use the devtools. I would guess this is a pretty common scenario in any app that displays "realtime data".

@nasreddineskandrani
Copy link
Contributor

nasreddineskandrani commented Apr 11, 2018

the predicate just below actionsBlacklist / actionsWhitelist is more flexible as feature in my opinion
(predicate can do the blacklisting or whitelisting).

@Wykks what do you think about adding the predicate and not actionsBlacklist / actionsWhitelist ?

@Wykks
Copy link
Author

Wykks commented Apr 14, 2018

Yup, you're right. I added predicate too

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

3 participants