Quantum

State Management.
Finally Solved.

Quantum is a 2kb, zero-dependency state machine for Next.js 14. Brutally simple. Wickedly fast.

import { createStore } from 'quantum'
const store = createStore({count: 0})store.setState({ count: 1 })
count: 0
})
store.setState({ count: 1 })

Zero-Boilerplate Setup

npm install quantum
const store = createStore
2kb
Gzipped
Server-First
Immutable

DevTools Included

> Quantum DevTools
State Inspector | Time Travel | Actions

"Quantum is the first state manager that doesn't make me want to pull my hair out."

J

Jane Doe

Staff Engineer at Vercel

STOP FIGHTING YOUR STATE.