Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babel-utils/babel-react-components
Utils for working with React components in Babel
https://github.com/babel-utils/babel-react-components
babel babel-util react
Last synced: about 3 hours ago
JSON representation
Utils for working with React components in Babel
- Host: GitHub
- URL: https://github.com/babel-utils/babel-react-components
- Owner: babel-utils
- License: other
- Created: 2017-05-24T02:52:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T01:02:42.000Z (about 7 years ago)
- Last Synced: 2024-08-09T01:07:20.558Z (3 months ago)
- Topics: babel, babel-util, react
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# babel-react-components
> Utils for working with React components in Babel
```js
import {isReactComponentClass} from 'babel-react-components';isReactComponentClass(path); // true/false
```