LivePatch
Deprecation warning
This component has been deprecated in favor of liveview's built-in
<.link>
and will be removed inv0.13
. See https://hexdocs.pm/phoenix_live_view/live-navigation.html for more info and usage
This module is deprecated. Use Liveview's built-in `<.link>` instead
Defines a link that will patch the current LiveView.
Provides similar capabilities to Phoenix's built-in live_patch/2
function.
When navigating to the current LiveView, handle_params/3
is
immediately invoked to handle the change of params and URL state.
Then the new state is pushed to the client, without reloading the
whole page. For live redirects to another LiveView, use
<LiveRedirect>
instead.