CodeBrowser / npm / react-is
react-is@19.2.7
// Brand checking of React Elements.
$ npm install react-is
downloads/wk
333,975,552
license
MIT
version
19.2.7
published
Jun 1, 2026
What is react-is?
react-is is a utility library that provides functions for identifying and checking the types of React elements, components, and other React data structures. Developers use it to determine whether an object is a valid React element, fragment, component class, or other React type without relying on error-prone type checking methods. This is particularly useful when building flexible component systems, debugging, or writing tools that need to inspect React's internal structures.
Keywords
#react
Maintainers
fb, react-bot