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


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="josevalim" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/josevalim/120/1787_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  josevalim
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Elixir</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="Zesky665" data-post="21" data-topic="16483" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/zesky665/48/9525_2.png" class="avatar"> Zesky665:</div>
<blockquote>
<p>I’m sorry if this sounds a bit condescending. But why didn’t you guys wait until LiveView was “done”(beta stage) to announce it?</p>
</blockquote>
</aside>
<p>Great question. Speaking from my experience, it is a trade-off you have to consider. Imagine LiveView will have something out in October, having to wait until the next April to be able to talk about it in public, it is definitely too long.</p>
<p>For example, I announced StreamData for Elixir before it was part of master, and it turns out that it won’t be part of Elixir core anyway. But the discussions that happened in the months after the announcement were very productive.</p>
<p>So I don’t think doing the announcement before having something out is bad. We already have another thread about LiveView with <a class="mention" href="/u/tmbb" rel="nofollow">@tmbb</a>, <a class="mention" href="/u/grych" rel="nofollow">@grych</a> and I discussing possible implementations. I would just not jump to conclusions yet.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97044" data-batch-url="/posts/batch_likers">
                        6
                      </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/drab-and-liveview-community-oddities/16483/22">Post #21</a>
	                </div>
	            </div>
              <div id="likers-container-97044" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97044"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #21"></div>
  </section>
</div>
    <div class="postbit" id="97059" data-post-id="97059">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="PJextra" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  PJextra
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’ve started to test Raxx due to its purity and simplicity. Why not adapt Drab for Raxx?<br>
That way you wouldn’t need to throw away anything of the amazing library you have, you wouldn’t collide with/get in the way of LiveView and even better, I’m sure you would find ways to expand Drab using a different approach.<br>
I would love to see your genius around a new approach to code web apps.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97059" data-batch-url="/posts/batch_likers">
                        2
                      </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/drab-and-liveview-community-oddities/16483/23">Post #22</a>
	                </div>
	            </div>
              <div id="likers-container-97059" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97059"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #22"></div>
  </section>
</div>
    <div class="postbit" id="97062" data-post-id="97062">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="grych" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/grych/120/5610_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  grych
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Drab</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The reason I built Drab over Phoenix is because with Phoenix I have a lot of stuff already done, for free: channels, base eex engine, safe html, views, rendering. Especially channels made my life easier. Drab started as a proof-of-concept page, and I would probably not be able to do it if I need to implement channels myself.<br>
Also, the popularity of Phoenix is important. You may take your existing project, and very easy add Drab to it.<br>
By the other hand, if it would be completely independent, or based on the lighter framework, it might be better, because some stuff may be done differently. There is always a tradeoff.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97062" data-batch-url="/posts/batch_likers">
                        5
                      </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/drab-and-liveview-community-oddities/16483/24">Post #23</a>
	                </div>
	            </div>
              <div id="likers-container-97062" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97062"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #23"></div>
  </section>
</div>
    <div class="postbit" id="97068" data-post-id="97068">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="PJextra" data-post="23" data-topic="16483">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/letter_avatar_proxy/v4/letter/p/e19b73/48.png" class="avatar"> PJextra:</div>
<blockquote>
<p>That way you wouldn’t need to throw away anything of the amazing library you have</p>
</blockquote>
</aside>
<p>Just like Raxx and Phoenix/Plug can co-exist in the “webserver” space Drab and a potential LiveView library can do so for server-side managed client side updates in Phoenix.</p>
<p>In my opinion it would’ve been nice if <a class="mention" href="/u/chrismccord" rel="nofollow">@chrismccord</a> would’ve acknowledged Drab in his keynote (it might have prevented a bunch of discussion here) but I don’t get why people feel so competitive about Drab vs. LiveView right now.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97068" data-batch-url="/posts/batch_likers">
                        7
                      </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/drab-and-liveview-community-oddities/16483/25">Post #24</a>
	                </div>
	            </div>
              <div id="likers-container-97068" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97068"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #24"></div>
  </section>
</div>
    <div class="postbit" id="97069" data-post-id="97069">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hindsight is a wonderful thing… I remembered some time after making our <a href="https://forum.elixirforum.com/t/elixir-forum-update-2018/11565" rel="nofollow">2018 update</a> (and then felt terribly bad bout it!) that I had forgotten to mention that Chris had deprecated the Phoenix Talk Mailing list in favour of the forum some months earlier (where the unity and consolidated traffic obviously helped). Sorry Chris! <img src="https://forum.elixirforum.com/uploads/default/original/2X/8/8aa2b2d8a8f5cfcd5648f8d158ddf6835c8bcd49.gif?v=15" title=":icon_redface:" class="emoji emoji-custom" alt=":icon_redface:" loading="lazy" width="20" height="20"></p>
<p><em>(Hmmm I wonder if I can edit it in now somehow… <img src="https://forum.elixirforum.com/images/emoji/apple/smiley.png?v=15" title=":smiley:" class="emoji" alt=":smiley:" loading="lazy" width="20" height="20">)</em><br>
<em>(<strong>Edit</strong>: Done!)</em></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97069" data-batch-url="/posts/batch_likers">
                        2
                      </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/drab-and-liveview-community-oddities/16483/26">Post #25</a>
	                </div>
	            </div>
              <div id="likers-container-97069" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97069"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #25"></div>
  </section>
</div>
    <div class="postbit" id="97070" data-post-id="97070">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="PJextra" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  PJextra
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I can understand both positions. But I make a distinction between EXPLORING new approaches and EXPLOITING what really emerges as the proven approach. While using Plug/Phoenix in production apps I started to Explore Raxx because I can see its merits too. The same with Drab/LiveView.<br>
I can feel the pain of someone who devoted so much time and passion in developing (exploring) something that proved to work and now the Exploitation may be done under a different library.<br>
Why not keep exploring that concept together with another exploration project that is Raxx? That is in line with what José Valim was proposing.<br>
We need to keep exploring. I would be really sad when I see the author of Drab giving up especially because he paved the way in a brilliant manner. We can keep doing both, I think. This is what makes Elixir community so great.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97070" data-batch-url="/posts/batch_likers">
                        2
                      </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/drab-and-liveview-community-oddities/16483/27">Post #26</a>
	                </div>
	            </div>
              <div id="likers-container-97070" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97070"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #26"></div>
  </section>
</div>
    <div class="postbit" id="97084" data-post-id="97084">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="gon782" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  gon782
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote group-livebook_core_team" data-username="josevalim" data-post="20" data-topic="16483">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/josevalim/48/1787_2.png" class="avatar"> josevalim:</div>
<blockquote>
<p>Maybe people were actually familiar with Drab and decided to try different approaches? Or maybe, based on Chris talk, this is a problem that he wanted to tackle since 2013, but first he had to create and maintain Phoenix before he could take a stab at it? And even if they had no clue about Drab, how is that even a problem?</p>
</blockquote>
</aside>
<p>Let’s say they did know: No acknowledgement of its existence whatsoever, just railroading through announcing something that has yet to have technical merit with no care of the consequences.</p>
<p>If they didn’t know: key people navigating blindly in their own community certainly fits the “out of touch” description. There’s a long thread about Drab on this very forum, it’s exceedingly likely that people who actually spend some time even just passively with the community will have seen it and read it. Unless they don’t care, of course.</p>
<aside class="quote group-livebook_core_team" data-username="josevalim" data-post="20" data-topic="16483">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/josevalim/48/1787_2.png" class="avatar"> josevalim:</div>
<blockquote>
<p>I got a lot of flak over the years (and still do) for creating a new programming language. Some called me out of touch, others called me borderline irresponsible, etc. But you know what? <strong>“because I wanted to”</strong> is a completely valid and enough answer to starting a project.</p>
</blockquote>
</aside>
<p>Because you wanted to was a terrific reason to start the language because you didn’t have the position you have today in a community. It’s not a legitimate way to think when you have the capacity to change things just by announcing something at a keynote. Even if you do start a project, have the tact to plug what’s out there, maybe.</p>
<aside class="quote group-livebook_core_team" data-username="josevalim" data-post="20" data-topic="16483">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/josevalim/48/1787_2.png" class="avatar"> josevalim:</div>
<blockquote>
<p>here are some projects in the Elixir community that I don’t agree with but that’s totally fine (hey, they wanted to!).</p>
</blockquote>
</aside>
<p>You are not a regular member of this community. If you did take some kind of public stand against something I hope you know that would require the project to somehow be morally reprehensible or the like.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97084" data-batch-url="/posts/batch_likers">
                        4
                      </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/drab-and-liveview-community-oddities/16483/28">Post #27</a>
	                </div>
	            </div>
              <div id="likers-container-97084" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97084"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #27"></div>
  </section>
</div>
    <div class="postbit" id="97085" data-post-id="97085">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The reason they have a voice to begin with is because they’ve contributed so much.  If you think things should be handled differently, all you would have to do is contribute as much or more than them.  I don’t think anyone writing open source has any obligation to anyone.  If someone wants to contribute in a more optimal way, do it.  If they want something else that’s fine too.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97085" data-batch-url="/posts/batch_likers">
                        15
                      </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/drab-and-liveview-community-oddities/16483/29">Post #28</a>
	                </div>
	            </div>
              <div id="likers-container-97085" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97085"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #28"></div>
  </section>
</div>
    <div class="postbit" id="97087" data-post-id="97087">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="tmbb" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  tmbb
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="gon782" data-post="28" data-topic="16483">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/letter_avatar_proxy/v4/letter/g/eada6e/48.png" class="avatar"> gon782:</div>
<blockquote>
<p>Because you wanted to was a terrific reason to start the language because you didn’t have the position you have today in a community.</p>
</blockquote>
</aside>
<p>While your post raises some defensible points, I don’t think this part of your post has any basis on reality. You are ignoring the enormous influence that <a class="mention" href="/u/josevalim" rel="nofollow">@josevalim</a> had in the ruby language and community prior to developping Elixir. I’m a bit ignorant of Elixir’s initial history, but Inthink many people here have stated that they only decided to check ou Elixir because of José’s position in the Ruby community.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97087" data-batch-url="/posts/batch_likers">
                        5
                      </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/drab-and-liveview-community-oddities/16483/30">Post #29</a>
	                </div>
	            </div>
              <div id="likers-container-97087" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97087"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #29"></div>
  </section>
</div>
    <div class="postbit" id="97088" data-post-id="97088">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="gon782" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  gon782
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="tmbb" data-post="30" data-topic="16483">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/letter_avatar_proxy/v4/letter/t/77aa72/48.png" class="avatar"> tmbb:</div>
<blockquote>
<p>While your post raises some defensible points, I don’t think this part of your post has any basis on reality. You are ignoring the enormous influence that <a class="mention" href="/u/josevalim" rel="nofollow">@josevalim</a> had in the ruby language and community prior to developping Elixir.</p>
</blockquote>
</aside>
<p>As an issue of degree, sure, but I’m well aware he was known in the Ruby community. It really has nothing on the position he is in today, though, especially with the way this community has evolved thus far. There is a special kind of responsibility that comes with being this kind of key figure.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="97088" data-batch-url="/posts/batch_likers">
                        2
                      </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/drab-and-liveview-community-oddities/16483/31">Post #30</a>
	                </div>
	            </div>
              <div id="likers-container-97088" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="97088"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #30"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/16483/load_more?page=4">Load more posts (7 remaining)</a>
</div></template></turbo-stream>