Packages

A collection of Phoenix LiveView lifecycle hooks and utility functions for working with URL state.

Current section

Files

Jump to
ex_live_url README.md
Raw

README.md

[![Hex.pm](https://img.shields.io/hexpm/v/ex_live_url?color=g&label=docs)](https://hexdocs.pm/ex_live_url/ExLiveUrl.html)
[![Hex.pm](https://img.shields.io/hexpm/v/ex_live_url?color=g)](https://hex.pm/packages/ex_live_url)
[![Hex.pm](https://img.shields.io/hexpm/l/ex_live_url)](https://spdx.org/licenses/MIT.html)
ExLiveUrl is just some simple Phoenix LiveView lifecycle hooks and helper functions. It helps you store the live view's current query params and path in your assigns. Additionally, it exposes ways to work with those values both synchronously (only from the root live view) and asynchronously (from anywhere).
You can read more in the [docs](https://hexdocs.pm/ex_live_url/ExLiveUrl.html).