Skip to main content
The storage global is a simple key/value store for small client-side values — a user’s last selection, a cached preference, a flag.

Example — remember a choice

storage is for small UI state, not large datasets. For records, use db.

Next: db

Query and insert database records.