AEM components written in React.
npm install aem-react-jsThis npm module is required by the AEM React Integration project.
This library is written in TypeScript.




The combined documentation for this javascript subproject and the main AEM packages have moved to aem-react.
This library uses the following _new_ features:
Please use a polyfill.
Pass an object with method fetch() to ClientSling constructor or use a polyfill.
Please use a polyfill.
``sh`
node run lint
`sh`
node run check
`sh`
node run compile
Dependencies: node run lint, node run check
`sh`
node test
Dependencies: node run compile
`sh`
node run format
`sh`
npm run cz
`sh`
node run release
This script does the following:
1. bumps the version in package.json (based on your commit history)
1. uses conventional-changelog to update CHANGELOG.md
1. commits package.json and CHANGELOG.md
1. tags a new release
Dependencies: node run test
`sh``
git push --follow-tags origin master && npm publish