<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="316596" data-post-id="316596">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="absowoot" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/absowoot/120/27268_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  absowoot
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I think I had a similar situation where I had state (cart) that lives in the parent LV but is updated from live components (product form LC and cart LC). All cart logic lives in the cart LC and I call the module function needed (cart LC → add product to cart) while handling the form submission in the product form LC.</p>
<p>In the cart LC functions, I broadcast the updated cart data to the parent LV with pubsub and <a href="https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#attach_hook/4" rel="noopener nofollow ugc">attach_hook</a> which then updates the LV cart state.</p>
<p>Hope this makes sense, tough to explain on mobile.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="316596" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/same-livecomponent-renders-in-two-places/61410/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-316596" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="316596"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>