Installation
The react package can be installed over npm.
warning
Note that the react package is no standalone package!
- npm
- Yarn
npm install @agile-ts/react
yarn add @agile-ts/react
The react package is an extension of AgileTs and doesn't work without the core package,
which functions as the brain of AgileTs and is indispensable.
Unfortunately, we can't combine each core with react version.
Therefore, we have created a table that shows which versions fit together without restrictions.
| @agile-ts/react | @agile-ts/core | NPM Version | Supported React versions | Supports hook based components |
|---|---|---|---|---|
| v0.1.2+ | v0.1.2+ | v6+ | 16.8+ | Yes |
Older Versions aren't supported anymore