public: feature pages

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-07 16:42:02 +00:00
parent ed8b5c667e
commit 6ce9b5dd1b
127 changed files with 3140 additions and 81 deletions

View File

@@ -4,6 +4,7 @@ description: "Add privacy-first analytics to your React application with OpenPan
difficulty: beginner
timeToComplete: 8
date: 2025-12-14
updated: 2026-02-07
cover: /content/cover-default.jpg
team: OpenPanel Team
steps:
@@ -21,7 +22,7 @@ steps:
anchor: "verify"
---
Adding analytics to your React application helps you understand how users interact with your app. OpenPanel's Web SDK works seamlessly with React and React Router, giving you page view tracking, custom events, and user identification without the complexity of dedicated React bindings.
Adding analytics to your React application helps you understand how users interact with your app. OpenPanel's Web SDK works seamlessly with React and React Router, giving you page view tracking, custom events, and [user identification](/features/identify-users) without the complexity of dedicated React bindings.
OpenPanel is an open-source alternative to Mixpanel and Google Analytics. It provides powerful insights while respecting user privacy through cookieless tracking by default.
@@ -151,7 +152,7 @@ export function SignupButton() {
### Track form submissions
Form tracking helps you understand conversion rates and identify where users drop off.
Form tracking helps you understand [conversion rates](/features/conversion) and identify where users drop off.
```tsx title="src/components/ContactForm.tsx"
import { useState } from 'react';