/react-dom-core

Contains react-15, react-dom-core, and react-property.

Primary LanguageJavaScript

react-dom-core

build codecov

Monorepo containing the packages:

Package Version Description
react-15 NPM version Copy of react 15
react-dom-core NPM version Copy of react-dom 15
react-property NPM version HTML and SVG DOM properties

Prerequisites

Install

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

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