🧠 Memorio Vanilla JS Demo

1. State (Reactive)

Global reactive state - changes trigger UI updates automatically

0
Counter
-
Username
light
Theme

Set Username:

Theme:

All State:


  

2. Store (localStorage)

Permanent storage - survives page refresh

Persistent: checking...

All Store Data:


  

3. Session (sessionStorage)

Temporary storage - cleared when tab closes

Persistent: checking...

All Session Data:


  

4. Cache (In-Memory)

Temporary cache - cleared on refresh

All Cache Data:


  

5. Observer (Auto-Reactive)

Watch for state changes automatically

Observer Log:


  

6. Platform Info