2.0.2 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseMonorepo 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-core
Pull Git submodule:
git submodule update --init --recursive
Use Node.js version:
nvm use
Install dependencies:
npm install
In 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