Getting Started
Pennant is available as an npm package.
Installation
To install and save in your package.json dependencies, run:
// with npm
npm install pennant
// with yarn
yarn add pennant
Please note that react >= 16.8.0 and react-dom >= 16.8.0 are peer dependencies.