Playground
Examples and demos of nuqs in action.
Basic counter
State is stored in the URL query string
Batching
State updates are collected and batched into one update on the next tick.
Hex colors
Parsing RGB values from a hex color
Pagination
Integer page index with server-side rendering
Tic Tac Toe
A game of tic tac toe stored in the URL. Use the Back/Forward buttons to undo/redo moves.