bvaughn/react-devtools-experimental

Remember saved component filters by url or in bookmarks

7rulnik opened this issue · 4 comments

Hey Brian! Thank you for this devtool rewrite!
It would be cool if it will support saving filter based on url or some bookmarks. I think it will be really useful for switching between different projects. And seems that bookmarks is better solution because usually people have some diffrent stages like production/pre-production/local development.

Hmm... I understand how this could be useful! My initial reaction is that it wouldn't be worth the effort to implement+support+maintain though. Filters are quick to create and can be disabled (toggled off but still saved, so they're still around for later).

Related: without going into settings - is there any visual indication that a component filter is active?

is there any visual indication that a component filter is active?

No, not presently.

This repository is being merged into the main React repo (github.com/facebook/react). As part of this, I am moving all issues to that repository as well and closing them here.

This issue has been relocated to:
facebook/react#16468