Monorepo containing the packages:
| Package | Version | Description |
|---|---|---|
| react-15 | Copy of react 15 |
|
| react-dom-core | Copy of react-dom 15 |
|
| react-property | HTML and SVG DOM properties |
Clone repository:
git clone --recursive https://github.com/remarkablemark/react-dom-core.git
cd react-dom-corePull Git submodule:
git submodule update --init --recursiveUse Node.js version:
nvm useInstall dependencies:
npm installIn the project directory, you can run:
Builds packages.
Lists packages that have changed since last release.
Deletes node_modules from packages and cleans build artifacts.
Lints packages.
Tests packages.
Releases and publishes packages.
MIT