We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790d95d commit c947269Copy full SHA for c947269
lib/phoenix_component.ex
@@ -946,7 +946,10 @@ defmodule Phoenix.Component do
946
947
* When rendering a LiveView inside a regular (non-live) controller/view.
948
949
- ## Options
+ Most other cases for shared functionality, including state management and user interactions, can be
950
+ [achieved with LiveComponents](welcome.html#compartmentalize-state-markup-and-events-in-liveview)
951
+
952
+ ## Options
953
954
* `:session` - a map of binary keys with extra session data to be serialized and sent
955
to the client. All session data currently in the connection is automatically available
0 commit comments