bvaughn/react-devtools-experimental

Improve HOC search UX

bvaughn opened this issue · 1 comments

Building on top of #360

We could probably improve the search UX in a couple of ways:

  • Visually indicate when the "match" is because of a HOC name, e.g.

Screen Shot 2019-08-03 at 1 54 21 PM

  • Match built-in HOC types (e.g. searching "me" should match React.memo HOCs, searching "f" should match React.forwardRef, etc.)

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#16467