React (Vite)
Add Shipabase to a React app built with Vite.
Install#
npm i @shipabase/jsVITE_SHIPABASE_KEY=SB-EU-xxxxxxxxxxCall init before rendering#
import { init } from "@shipabase/js"; init(import.meta.env.VITE_SHIPABASE_KEY, { appVersion: import.meta.env.VITE_APP_VERSION });Track events#
import { trackEvent } from "@shipabase/js"; trackEvent("timer_started", { minutes: 25 });