# create-react-class

> Legacy API for creating React components.

Latest version **15.7.0** (published 2020-10-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-react-class
pnpm add create-react-class
yarn add create-react-class
bun add create-react-class
```

## Health

**Score 43/100 (D)** — status: abandoned.

Positive: has types package; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 15.7.0 |
| Published | 2020-10-15 |
| First published | 2016-12-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/create-react-class) |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 81.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 250572 |
| Maintainers | gaearon, brianvaughn, fb, trueadm, sophiebits |
| Keywords | react |

## Links

- npm: https://www.npmjs.com/package/create-react-class
- Repository: https://github.com/facebook/react
- Homepage: https://facebook.github.io/react/
- Issues: https://github.com/facebook/react/issues
- npm.io page: https://npm.io/package/create-react-class

## Dependencies (2)

- [loose-envify](https://npm.io/package/loose-envify.md) ^1.3.1
- [object-assign](https://npm.io/package/object-assign.md) ^4.1.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 15.7.0 (latest) — 2020-10-15
- 15.6.0-rc.0 (15-next) — 2017-06-13
- 15.5.0 (dev) — 2017-03-31
- 15.6.3 — 2018-01-30
- 15.6.2 — 2017-09-26
- 15.6.0 — 2017-06-14
- 15.5.4 — 2017-06-13
- 15.5.3 — 2017-05-09
- 15.5.2 — 2017-04-10
- 15.5.1 — 2017-04-08
- 1.2.4 — 2016-12-31
- 1.2.3 — 2016-12-30
- 1.2.2 — 2016-12-29
- 1.2.1 — 2016-12-29
- 1.2.0 — 2016-12-29
- … 4 more at https://npm.io/package/create-react-class/versions

## README

# create-react-class

A drop-in replacement for `React.createClass`.

Refer to the [React documentation](https://facebook.github.io/react/docs/react-without-es6.html) for more information.

---
_Source: https://npm.io/package/create-react-class · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
