bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

Remember saved component filters by url or in bookmarks #359

Closed 7rulnik closed 5 years ago

7rulnik commented 5 years ago

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.

bvaughn commented 5 years ago

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).

ashsearle commented 5 years ago

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

bvaughn commented 5 years ago

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

No, not presently.

bvaughn commented 5 years ago

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: https://github.com/facebook/react/issues/16468