Phoenix LiveView 0.18's link component
Notes
LiveView 0.18 consolidated live_redirect/2
, live_patch/2
, and link/2
functions into a new link
component:
live_redirect/2
is now alink
with anavigate={path}
attributelive_patch/2
is now alink
with apatch={path}
attributelink(text, to: path)
is now alink
component withhref={path}
attribute
I like how those are consolidated!