ValtioValtio home page
  • Docs
Valtio on GitHub
  • Introduction
    • Getting Started
  • Guides
    • Async
    • Component State
    • Computed Properties
    • How to Migrate to v2 from v1
  • API
    • Basic
      • proxy
      • useSnapshot
    • Advanced
      • ref
      • subscribe
      • subscribe-ops
      • snapshot
    • Utils
      • subscribeKey
      • watch
      • devtools
      • derive
      • proxyWithHistory
      • proxySet
      • proxyMap
      • unstable_deepProxy
    • Hacks
      • getVersion
      • Internals
  • How To's
    • How to avoid rerenders manually
    • How to easily access the state from anywhere in the application
    • How to organize actions
    • How to update values inside arrays
    • How to persist states
    • How to reset state
    • How to split and compose states
    • How to use with context
    • How valtio works
    • Some gotchas
  • Resources
    • Community
    • Libraries
    • Learn

Introduction