Skip to content
trakoo
Esc
navigateopen⌘Jpreview
On this page

Framework Guides

Step-by-step trakoo integrations for popular web frameworks, covering client and server tracking.

These guides show how to wire trakoo into a specific framework end to end: where to create your client and server instances, how to track from components and server code, and the framework-specific gotchas to watch for.

Available guides

Any framework

trakoo has no framework requirement, so the pattern is the same everywhere:

  1. Create a client analytics instance for browser code with createClientAnalytics().
  2. Create a server analytics instance for server code with createServerAnalytics().
  3. Track events on the instance that matches where the code runs.

If your framework isn’t listed yet, start from Quick Start and read Client vs Server to decide where each event belongs. The same typed event definitions work in any framework.

Next steps

Was this page helpful?