React Clarify allows you to add analytics tracking to your React components declaratively, keeping your codebase clean and focused on the core functionality of your app.
- Declarative analytics integration
- No need to clutter your components with tracking logic
- Easy to configure and extend
- Supports any analytics provider
- Works seamlessly with React hooks and lifecycle methods
- Strong Typescript support
Install the package via npm or yarn:
npm install react-clarify
# or
yarn add react-clarify
For detailed documentation, setup instructions, and API references, visit the official documentation.
- Simplify your codebase: Remove the burden of manually adding analytics code throughout your components.
- Declarative and maintainable: Track analytics events as part of your component’s markup, keeping everything readable and maintainable.
- Flexible: Easily integrate with multiple analytics providers or create custom ones.
Contributions are welcome! Please open an issue or submit a pull request to improve the library.
This project is licensed under the MIT License. See the LICENSE file for details.