https://github.com/remarkablemark/react-dom-core
Contains react-15, react-dom-core, and react-property.
https://github.com/remarkablemark/react-dom-core
lerna monorepo react react-15 react-dom react-dom-core react-property
Last synced: 11 months ago
JSON representation
Contains react-15, react-dom-core, and react-property.
- Host: GitHub
- URL: https://github.com/remarkablemark/react-dom-core
- Owner: remarkablemark
- Created: 2017-10-01T03:21:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T18:22:28.000Z (12 months ago)
- Last Synced: 2025-07-11T03:52:10.741Z (11 months ago)
- Topics: lerna, monorepo, react, react-15, react-dom, react-dom-core, react-property
- Language: JavaScript
- Homepage: https://npmjs.com/package/react-property
- Size: 4.16 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# react-dom-core
[](https://github.com/remarkablemark/react-dom-core/actions/workflows/build.yml)
[](https://codecov.io/gh/remarkablemark/react-dom-core)
Monorepo containing the packages:
| Package | Version | Description |
| --- | --- | --- |
| [react-15](packages/react-15) | [](https://www.npmjs.com/package/react-15) | Copy of `react` 15 |
| [react-dom-core](packages/react-dom-core) | [](https://www.npmjs.com/package/react-dom-core) | Copy of `react-dom` 15 |
| [react-property](packages/react-property) | [](https://www.npmjs.com/package/react-property) | HTML and SVG DOM properties |
## Prerequisites
- [nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
## Install
Clone repository:
```sh
git clone --recursive https://github.com/remarkablemark/react-dom-core.git
cd react-dom-core
```
Pull Git submodule:
```sh
git submodule update --init --recursive
```
Use Node.js version:
```sh
nvm use
```
Install dependencies:
```sh
npm install
```
## Available Scripts
In the project directory, you can run:
### `npm run build`
Builds packages.
### `npm run changed`
Lists packages that have changed since last release.
### `npm run clean`
Deletes `node_modules` from packages and cleans build artifacts.
### `npm run lint`
Lints packages.
### `npm test`
Tests packages.
### `npm run release`
Releases and publishes packages.
## License
MIT