@croct/plug-react
Version:
React components and hooks to plug your React applications into Croct.
55 lines (40 loc) • 2.44 kB
Markdown
<p align="center">
<a href="https://croct.com" target="_blank">
<picture>
<source media="(min-width: 769px) and (prefers-color-scheme: light)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light.svg">
<source media="(min-width: 769px) and (prefers-color-scheme: dark)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-dark.svg">
<source media="(max-width: 768px) and (prefers-color-scheme: dark)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-dark-mobile.svg">
<source media="(max-width: 768px) and (prefers-color-scheme: light)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light-mobile.svg">
<img src="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light-mobile.svg" alt="Croct React SDK" title="Croct React SDK" width="100%">
</picture>
</a>
<br/>
<strong>Croct React SDK</strong><br/>
Bring dynamic, personalized content natively into your applications.
</p>
<div align="center">
<strong>📘 <a href="https://docs.croct.com/reference/sdk/react/installation">Quick start →</a></strong>
</div>
<br/>
<p align="center">
<a href="https://www.npmjs.com/package/@croct/plug-react"><img alt="Version" src="https://img.shields.io/npm/v/@croct/plug-react"/></a>
</p>
## Introduction
Croct is a headless CMS that helps you manage content, run AB tests, and personalize experiences without the hassle of complex integrations.
## Installation
Run this command to install the SDK:
```sh
npm install @croct/plug-react
```
See our [quick start guide](https://docs.croct.com/reference/sdk/react/installation) for more details.
## Documentation
Visit our [official documentation](https://docs.croct.com/reference/sdk/react/installation).
## Support
Join our official [Slack channel](https://croct.link/community) to get help from the Croct team and other developers.
## Contribution
Contributions are always welcome!
- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/plug-react/issues).
- For major changes, please [open an issue](https://github.com/croct-tech/plug-react/issues) first to discuss what you would like to change.
- Please make sure to update tests as appropriate. Run tests with `npm test`.
## License
This library is licensed under the [MIT license](LICENSE).