View Source API Reference rephex v0.2.0
Modules
Rephex is a state management library for Phoenix LiveView.
Facilitates asynchronous operations in Phoenix LiveViews with enhanced state management.
Define behavior of AsyncAction.
Manages multiple asynchronous operations under a specified map in Phoenix LiveViews,
extending Rephex.AsyncAction capabilities.
Implement utility functions and handling functions for Rephex by use Rephex.LiveComponent.
Implement handling functions for Rephex by use Rephex.LiveView.
Rephex.Selector is a module that functions similarly to a view in a database.
It manages display data derived from actual data, keeping the presentation
layer in sync with changes to the underlying data.
Define Rephex state by use.
Defined state must be initialized by init/1 in Phoenix.LiveView.mount/3.