Installation
The react
package can be installed over npm.
warning
Be aware that this is no standalone package!
- npm
- Yarn
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 which shows which versions fit together without restrictions.
@agile-ts/react | @agile-ts/core | NPM Version | Supported React versions | Supports hook based components |
---|---|---|---|---|
v0.0.7+ | v0.0.7+ | v6+ | 16.8+ | Yes |
v0.0.6 | v0.0.3 - v0.0.6 | v6+ | 16.8+ | Yes |
Other Versions aren't supported anymore