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: 3 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 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T18:53:57.000Z (3 months ago)
- Last Synced: 2025-03-16T02:39:34.224Z (3 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: 5.03 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