# LiveStash v0.2.0 - Table of Contents

Library that fixes problem of losing state on LiveView reconnects

## Pages

- [Changelog](changelog.md)
- [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.

