DEV Community

Cover image for How to hide React Components on Dev Extension
Abdullah Furkan Özbek
Abdullah Furkan Özbek

Posted on

How to hide React Components on Dev Extension

Problem

Have you also struggle that when you develop React components at first everything seems ok. You can check out the props or the redux state easily with React extension.

➡️ But once you try to implement third parties you will see that, you can not find the component you are looking for. 90% percent of the components seems not useful for you.

➡️ Actually there is a way to hide them in the React Extension settings.

1 - Open The DevTools

Open your Devtools and go the Components tab in which you can see the React components. And there go to settings which you will choose filters to hide specific components in your application.

Screen Shot 2021-08-19 at 00.02.46

2 - Add Filters

In there you will see an add filter button at the left bottom. Click it and chooses the option you would like.

Screen Shot 2021-08-19 at 00.08.35

3 - Enjoy

And there you go. After that you can focus on your development.

Top comments (0)