react-fast-compare
fastest deep equal comparison for React
File Explorer
Download Latest Version (.zip)- config.json
- ci.yml
- release.yml
- pull_request_template.md
- benchmarking.png
- index.js
- browser.spec.js
- index.js
- karma.conf.ie.js
- karma.conf.js
- advanced.spec.js
- basics.spec.js
- tests.js
- sample-react-redux-usage.tsx
- sample-usage.tsx
- tsconfig.json
- .eslintrc.yml
- mocha.opts
- .eslintignore
- .eslintrc.yml
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- index.d.ts
- index.js
- LICENSE
- package.json
- react-fast-compare-Hero.png
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/FormidableLabs/react-fast-compare
Downloads the entire project code from GitHub to your computer.
cd react-fast-compare
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ yarn add react-fast-compare
Type this command into your terminal and run it.
$ npm install react-fast-compare
Downloads and installs the libraries listed in package.json.
$ yarn install
Downloads and installs the libraries listed in package.json.
$ yarn run benchmark
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
