Installation
React Ensemble is hosted on npm under the package name react-ensemble.
You can add it to your project from the command line with Yarn:
yarn add react-ensemble
Or with npm:
npm i react-ensemble
Compatibility with React
React Ensemble requires an installation of react v16.8+. If you are starting a new React project with Create React App, your package.json
dependencies should look something like this:
"dependencies": {"react": "^16.13.1","react-dom": "^16.13.1","react-ensemble": "^1.1.0"}
Otherwise, be sure to add the missing package:
yarn add react@latest