Linux249 / performative-ab-testing

A demo of A/B testing using Next.js Edge Middleware

Home Page:https://ab-testing-kale-stew.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performative A/B Testing using Next.js and Edge Middleware

Source code for a demo presented at Next.js Conf 2022.

Performative Experimentation: A Deep Dive Presented Oct 25, 2022

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Run the development server:

    yarn run dev
  2. Open localhost:3000

  3. Modify pages/index.tsx to see any changes, which will update as you edit the file.

  4. Access the only API route on localhost:3000/api/hello.

    • Modify pages/api/hello.ts to edit this endpoint.

Learn More

To learn more about Next.js, check out the documentation or this interactive tutorial.

🚀 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A demo of A/B testing using Next.js Edge Middleware

https://ab-testing-kale-stew.vercel.app/


Languages

Language:TypeScript 77.3%Language:CSS 20.9%Language:JavaScript 1.8%