- Notifications
You must be signed in to change notification settings - Fork4
Comprehensive solution for event tracking in React applications
License
offlegacy/event-tracker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Comprehensive solution for event tracking in React applications
- 🎯 Declarative event tracking with type-safe APIs
- 🛡️ Data type validation with schemas
- ⚡️ Optimized performance with event batching
- 🔄 Guaranteed execution order for async operations
- 🔌 Analytics tool agnostic - works with any provider
- 🧩 Clean separation of tracking logic from business logic
- 📦 Lightweight - minimal bundle size impact on your application
Event tracking is essential for modern web applications, but implementing it cleanly can be challenging. Common pain points include:
- Mixing tracking logic with business logic
- Managing complex tracking state
- Ensuring reliable event delivery with data type validation
- Maintaining type safety
- Performance overhead
event-tracker
solves these problems with a declarative API that keeps your code clean and performant.
Visit theofficial documentation for detailed information on installation, usage, and more.
We welcome contribution from everyone in the community. Read below for detailed contribution guide.
SeeLICENSE for more information.
MIT ©OffLegacy
Open-source Development Team in South Korea 🇰🇷
We believe that open source is the fastest way to change the world with software. Through open source, we aim to contribute to building a better technological ecosystem.
About
Comprehensive solution for event tracking in React applications