0.9.1 • Published 4 years ago

@redux-tools/utils-react v0.9.1

Weekly downloads
207
License
MIT
Repository
github
Last release
4 years ago

@redux-tools/utils-react

Various React-specific utility functions used throughout the packages, not explicitly tied to a domain.

API Reference

getDisplayName

Extracts the display name of a React component.

Arguments

  1. Component (React.Component): React component to get the display name of.

Returns

(string): Display name of the component