▲ 36 r/elixir
LiveStash v0.3.0 is out! Redis adapter and auto-stashing for LiveView
Hi everyone,
We just released v0.3.0 of LiveStash - our library built at Software Mansion to fix the problem of losing Phoenix LiveView state on WebSocket reconnects.
This update brings two heavy-lifting features for distributed apps and better DX:
- Redis Adapter: State lives securely in Redis, while the browser only holds a lightweight reference.
- Opt-in Automatic Stashing: LiveStash detects changes in stashed assigns and updates them automatically (no need for explicit stash/1 calls anymore).
If you have any questions feel free to reply here, create an issue, or start a new thread on GitHub discussions.
Links:
u/kraleppa — 7 days ago