# react-clonewithprops

> Stand-alone React cloneWithProps util that works with multiple versions of React

Latest version **1.0.1** (published 2014-11-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-clonewithprops
pnpm add react-clonewithprops
yarn add react-clonewithprops
bun add react-clonewithprops
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2014-11-08 |
| First published | 2014-11-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | @jquense Jason Quense |
| Maintainers | theporchrat |
| Keywords | react, cloneWithProps, react-addons |

## Links

- npm: https://www.npmjs.com/package/react-clonewithprops
- Repository: https://github.com/jquense/react-clonewithprops
- Issues: https://github.com/jquense/react-clonewithprops/issues
- npm.io page: https://npm.io/package/react-clonewithprops

## 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

- 1.0.1 (latest) — 2014-11-08
- 1.0.0 — 2014-11-08

## README

Clone With Props
=====================

Simple stand alone compatibility layer for the CloneWithProps util in React. Does not use any internal React methods, files, or functions

This is tested with React 0.9 to 0.12, and adds a trivial amount of code to get everything to work.

```javascript
var cloneWithProps = require('react-clonewithprops')

cloneWithProps(<MyComponent oldProp='hi'/> { newProp: 'hello' })
```

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