# LiveStash v0.1.2 - Table of Contents Library that fixes problem of losing state on LiveView reconnects ## Pages - [Welcome to LiveStash](welcome.md) - [Example](example.md) - Adapters - [Browser memory](browser_memory.md) - [ETS](ets.md) - [Custom Adapters](adapters.md) ## Modules - [LiveStash](LiveStash.md): Main public API for stashing and recovering `Phoenix.LiveView` assigns. - [LiveStash.Adapter](LiveStash.Adapter.md): Behaviour for storage backends used by `LiveStash`. - [LiveStash.Adapters.BrowserMemory](LiveStash.Adapters.BrowserMemory.md): A client-side stash that persists data in the browser's memory. - [LiveStash.Adapters.ETS](LiveStash.Adapters.ETS.md): A server-side stash that persists data in the server's memory.