easy
+10 XP
FRONTEND

Zustand Store

Create a Zustand store for a shopping cart with add, remove, total.
You're exploring as a guest. Create a free account to save progress and submit solutions.
import { create } from 'zustand';

// Create a cart store