Skip to content

Instantly share code, notes, and snippets.

import { useState, useEffect, useRef, useCallback } from “react”;
const OUTCOMES = [
{
id: “bull_run”,
label: “🚀 BULL RUN”,
sublabel: “RDV Obtenu”,
points: (bet) => Math.round(bet * 2.5),
color: “#00ff88”,
bgColor: “rgba(0,255,136,0.12)”,