API Reference live_navigator v0.1.5
modules
Modules
This library improves Phoenix LiveView navigation and adds application state to your application. Often when user refreshes browser or presses back button you loose current live view state. Also when user navigates through live views you can't get this navigation path (for example from which page user reached current page). This library solves both of these problems.
LiveNavigator functionality for Phoenix.LiveComponent
User navigation history
LiveView JS wrapper necessary to react on JS.navigate
and JS.patch
Application page state
Phoenix plug that is necessary for LiveNavigator
LiveNavigator storage behaviour