# @angular-react/core

> Use React components inside Angular

Latest version **5.0.0** (published 2023-10-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @angular-react/core
pnpm add @angular-react/core
yarn add @angular-react/core
bun add @angular-react/core
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.0.0 |
| Published | 2023-10-10 |
| First published | 2018-04-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 371.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 542 |
| Author | Ben Feely |
| Maintainers | dorgold, zavidor, aarongreenwald, shinnqy, benfeely, mrfrankel, angular-react, bengry, shai_rose, xjerwa, rcshaw, galvan, yanivc-ms, liuzhiliang, fhljys |
| Keywords | angular, react, components |

## Links

- npm: https://www.npmjs.com/package/@angular-react/core
- Repository: https://github.com/microsoft/angular-react
- Homepage: https://github.com/microsoft/angular-react#readme
- Issues: https://github.com/microsoft/angular-react/issues
- npm.io page: https://npm.io/package/@angular-react/core

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ^2.0.0
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [stylenames](https://npm.io/package/stylenames.md) ^1.1.6
- [css-to-style](https://npm.io/package/css-to-style.md) ^1.2.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

- 5.0.0 (latest) — 2023-10-10
- 2.0.5 (next) — 2020-01-29
- 0.4.8-preview1 (preview) — 2018-10-21
- 4.1.0 — 2022-04-13
- 4.0.2 — 2022-01-12
- 4.0.1 — 2021-12-22
- 4.0.0 — 2021-12-20
- 3.0.0 — 2020-09-13
- 2.0.4 — 2020-01-29
- 2.0.3 — 2020-01-29
- 2.0.2 — 2020-01-29
- 2.0.1 — 2020-01-29
- 2.0.0-rc2 — 2020-01-22
- 2.0.0-rc1 — 2020-01-20
- 2.0.0-rc0 — 2020-01-20
- … 73 more at https://npm.io/package/@angular-react/core/versions

## README

# @angular-react/core

[![npm version](https://badge.fury.io/js/%40angular-react%2Fcore.svg)](https://www.npmjs.com/package/@angular-react/core)

This library provides the core functionality for wrapping arbitrary React components so that they can be used inside
an Angular project. For an example of how it can be used, see [@angular-react/fabric](../fabric/README.md) which
uses this library to expose [office-ui-fabric-react](https://github.com/OfficeDev/office-ui-fabric-react) components
in Angular.

For more info, see the [README](../../README.md) in this repository's root.

#### Quick links

[Documentation, quick start, and guides][ard] |
[Demo][ard-demo] |
[Contributing](https://github.com/microsoft/angular-react/blob/master/CONTRIBUTING.md) |
[StackBlitz Template](https://stackblitz.com/edit/angular-react) |

[ard]: https://microsoft.github.io/angular-react
[ard-demo]: https://microsoft.github.io/angular-react/demo
[fab]: https://developer.microsoft.com/en-us/fabric


### Getting Started

`npm install @angular-react/core`

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