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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="AstonJ" data-post="84" data-topic="16427">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/astonj/48/15_2.png" class="avatar"> AstonJ:</div>
<blockquote>
<p>do you think it could be a great fit for things like Nerves devices?</p>
</blockquote>
</aside>
<p>My first thought was hybrid mobile apps built with WebViews. I’d be interested to see how those “feel” using something like LiveView.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="98341" data-batch-url="/posts/batch_likers">
                        1
                      </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/lets-discuss-phoenix-liveview/16427/94">Post #93</a>
	                </div>
	            </div>
              <div id="likers-container-98341" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="98341"
                     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 #93"></div>
  </section>
</div>
    <div class="postbit" id="98342" data-post-id="98342">
  <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 main thing I want to take adv. of with texas is unpolys pre-fetch ability…since texas already can easily keep all the data up to date in real-time it could easily send a full rendering up so that link clicks would be instant with fully rendered html just being dropped in place - so yeah that would actually be faster to show usable pages than basically every front-end framework solution I’ve seen</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="98342" 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/lets-discuss-phoenix-liveview/16427/95">Post #94</a>
	                </div>
	            </div>
              <div id="likers-container-98342" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="98342"
                     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 #94"></div>
  </section>
</div>
    <div class="postbit" id="98348" data-post-id="98348">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="peerreynders" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/peerreynders/120/5826_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  peerreynders
                  </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="87" data-topic="16427">
<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>I wouldn’t read too much in it.</p>
</blockquote>
</aside>
<p>When it comes to web interfaces I don’t expect the majority of IoT devices to have anything more sophisticated than your run-of-the-mill <a href="https://www.cnet.com/pictures/common-home-router-web-interfaces-pictures/" rel="noopener nofollow ugc">router administration interface</a> as it could be cobbled together with something like <a href="http://www.apache-asp.org/" rel="noopener nofollow ugc">apache-asp</a>. Putting SVG/D3.js into the mix makes sense to boost the information visualization capabilities a bit.</p>
<p>By and large, I’d expect IoT devices to</p>
<ul>
<li>expose data and diagnostics in two formats: human readable HTML+ and machine-readable JSON/XML</li>
<li>provide some interactivity for the purpose of device configuration</li>
</ul>
<p>I would not expect them to</p>
<ul>
<li>burn lots of electical power, CPU cycles and bandwidth by providing continuous rendering support for a client app OR by serving some unnecessarily bloated JS SPA.</li>
</ul>
<p>Anything requiring the “massaging of data” I would expect to be shipped off to some (data centre based) integration service.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="98348" 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/lets-discuss-phoenix-liveview/16427/96">Post #95</a>
	                </div>
	            </div>
              <div id="likers-container-98348" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="98348"
                     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 #95"></div>
  </section>
</div>
    <div class="postbit" id="98352" data-post-id="98352">
  <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">
								<aside class="quote no-group" data-username="mikemccall" data-post="94" data-topic="16427">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/letter_avatar_proxy/v4/letter/m/a587f6/48.png" class="avatar"> mikemccall:</div>
<blockquote>
<p>My first thought was hybrid mobile apps built with WebViews. I’d be interested to see how those “feel” using something like LiveView.</p>
</blockquote>
</aside>
<p>I think that’s really interesting and I’d love to see what they’d be like too. I’m guessing it could be pretty awesome <img src="https://forum.elixirforum.com/uploads/default/original/2X/6/6c3193d1dd46244da3c8c6f719c9f5e2abdd5ae8.gif?v=15" title=":003:" class="emoji emoji-custom" alt=":003:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="98352" 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/lets-discuss-phoenix-liveview/16427/97">Post #96</a>
	                </div>
	            </div>
              <div id="likers-container-98352" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="98352"
                     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 #96"></div>
  </section>
</div>
    <div class="postbit" id="98357" data-post-id="98357">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="blatyo" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/blatyo/120/4554_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  blatyo
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Conduit Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="AstonJ" data-post="84" data-topic="16427">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/astonj/48/15_2.png" class="avatar"> AstonJ:</div>
<blockquote>
<p>Going back to LiveView, Drab, Texas etc, do you think it could be a great fit for things like Nerves devices?</p>
</blockquote>
</aside>
<p>Do you mean Nerves device as the server or the client? As the server, I think it would work mostly fine as long as you’re on the right network. For the client, I can think of a lot of cases where it’s not a good idea. Some IoT devices are necessarily mostly/always offline. Those types of devices need the brains to be local.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="98357" data-batch-url="/posts/batch_likers">
                        1
                      </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/lets-discuss-phoenix-liveview/16427/98">Post #97</a>
	                </div>
	            </div>
              <div id="likers-container-98357" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="98357"
                     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 #97"></div>
  </section>
</div>
    <div class="postbit" id="98366" data-post-id="98366">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Phoenix can run on the device itself, and I think a lot of the nerves folks are using Phoenix + headless chromium UI to power a lot of GUI interfaces, so in this case LiveView would be great even for offline usecases.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="98366" 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/lets-discuss-phoenix-liveview/16427/99">Post #98</a>
	                </div>
	            </div>
              <div id="likers-container-98366" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="98366"
                     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 #98"></div>
  </section>
</div>
    <div class="postbit" id="98367" data-post-id="98367">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="blatyo" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/blatyo/120/4554_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  blatyo
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Conduit Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I meant, if the nerves device were the client. But, thinking about it, that doesn’t make much sense.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="98367" data-batch-url="/posts/batch_likers">
                        1
                      </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/lets-discuss-phoenix-liveview/16427/100">Post #99</a>
	                </div>
	            </div>
              <div id="likers-container-98367" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="98367"
                     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 #99"></div>
  </section>
</div>
    <div class="postbit" id="102562" data-post-id="102562">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This discussion focuses a lot on Turbolinks’ promise to load pages faster. And indeed with the performance of Elixir and Phoenix this is much less of an issue than with slower languages.</p>
<p>However, server-side apps also have the issue that all transient state (scroll positions, unsaved form values, etc.) is lost with every click:</p>
<p></p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/2X/5/5a078efa7f576f7c4c25ffe3551c5b64864f007a.png" data-download-href="https://forum.elixirforum.com/uploads/default/5a078efa7f576f7c4c25ffe3551c5b64864f007a" title="classic_flow" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/optimized/2X/5/5a078efa7f576f7c4c25ffe3551c5b64864f007a_2_690x345.png" alt="classic_flow" data-base62-sha1="cQrajxkAdkTIy1vbhC58I2wvEp4" width="690" height="345" srcset="https://forum.elixirforum.com/uploads/default/optimized/2X/5/5a078efa7f576f7c4c25ffe3551c5b64864f007a_2_690x345.png, https://forum.elixirforum.com/uploads/default/optimized/2X/5/5a078efa7f576f7c4c25ffe3551c5b64864f007a_2_1035x517.png 1.5x, https://forum.elixirforum.com/uploads/default/original/2X/5/5a078efa7f576f7c4c25ffe3551c5b64864f007a.png 2x" data-dominant-color="32242F"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">classic_flow</span><span class="informations">1188×594 51.3 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p>
<p>Unpoly addresses this by only using the changed fragments of a server response. This solves most problems with transient state being destroyed:</p>
<p></p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/2X/1/1092042f00e2ff9fd26f564de4b81abaea2fa1c7.png" data-download-href="https://forum.elixirforum.com/uploads/default/1092042f00e2ff9fd26f564de4b81abaea2fa1c7" title="unpoly_flow" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/optimized/2X/1/1092042f00e2ff9fd26f564de4b81abaea2fa1c7_2_690x341.png" alt="unpoly_flow" data-base62-sha1="2mAtDO2zSN6Dz2ble9IRDKcnVCD" width="690" height="341" srcset="https://forum.elixirforum.com/uploads/default/optimized/2X/1/1092042f00e2ff9fd26f564de4b81abaea2fa1c7_2_690x341.png, https://forum.elixirforum.com/uploads/default/optimized/2X/1/1092042f00e2ff9fd26f564de4b81abaea2fa1c7_2_1035x511.png 1.5x, https://forum.elixirforum.com/uploads/default/original/2X/1/1092042f00e2ff9fd26f564de4b81abaea2fa1c7.png 2x" data-dominant-color="2B1F3D"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">unpoly_flow</span><span class="informations">1161×574 51.7 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p>
<p>We’ve found that in many apps this is enough to not need technology with more moving parts, such as SPA frameworks or web socket connections with persistent server-side UI state.</p>
<p>Here is an example app that illustrates this:</p>
<ul>
<li><a href="http://triskweline.de/unpoly-rugb/#/18" class="inline-onebox" rel="noopener nofollow ugc">We're breaking up with JavaScript frontends</a> (classic server-side app)</li>
<li><a href="http://triskweline.de/unpoly-rugb/#/21" class="inline-onebox" rel="noopener nofollow ugc">We're breaking up with JavaScript frontends</a> (server-side app with Unpoly)</li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="102562" 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/lets-discuss-phoenix-liveview/16427/101">Post #100</a>
	                </div>
	            </div>
              <div id="likers-container-102562" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="102562"
                     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 #100"></div>
  </section>
</div>
    <div class="postbit" id="102576" data-post-id="102576">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi,</p>
<p>My 2 cents, my webapp/website uses pjax-api. It’s like turbolinks but with the capacity to selectively update certain part.</p>
<p>I use it to maintain an audio stream and/or a YouTube video during navigation.<br>
I configure pjax-api to replace only the main tag. No need for SPA.</p>
<p>It’s a good usecase for liveview. .</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="102576" data-batch-url="/posts/batch_likers">
                        1
                      </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/lets-discuss-phoenix-liveview/16427/102">Post #101</a>
	                </div>
	            </div>
              <div id="likers-container-102576" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="102576"
                     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 #101"></div>
  </section>
</div>
    <div class="postbit" id="105516" data-post-id="105516">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi, For a comparison with where LiveView looks like it might be heading, in the Java world, Apache Wicket is a highly successful open source, component oriented, serverside web application framework that’s been doing server side since 2004 and with many thousands of production websites (being one of the few survivors of the Java serverside web framework wars of the mid 2000’s).</p>
<p>It successfully handles the impedance mismatch between the stateless nature of HTTP and the need to handle complex state without the usual MVC world of requests, routes, controllers, views etc.</p>
<p>Obviously it’s not as sophisticated as LiveView promises to be, however it’s a very successful model well worth looking at for lessons.</p>
<aside class="onebox allowlistedgeneric" data-onebox-src="https://wicket.apache.org">
  <header class="source">
      <img src="https://wicket.apache.org/favicon.ico" class="site-icon" alt="" width="16" height="16">

      <a href="https://wicket.apache.org" target="_blank" rel="noopener nofollow ugc">wicket.apache.org</a>
  </header>

  <article class="onebox-body">
    

<h3><a href="https://wicket.apache.org" target="_blank" rel="noopener nofollow ugc">Apache Wicket</a></h3>



  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>

<aside class="onebox allowlistedgeneric" data-onebox-src="https://builtwithwicket.tumblr.com">
  <header class="source">
      <img src="https://assets.tumblr.com/pop/manifest/favicon-0e3d244a.ico" class="site-icon" alt="" width="48" height="48">

      <a href="https://builtwithwicket.tumblr.com" target="_blank" rel="noopener nofollow ugc">Tumblr</a>
  </header>

  <article class="onebox-body">
    <img width="128" height="128" src="https://64.media.tumblr.com/avatar_5c00fdfd60fb_128.pnj" class="thumbnail onebox-avatar" alt="">

<h3><a href="https://builtwithwicket.tumblr.com" target="_blank" rel="noopener nofollow ugc">Built with Apache Wicket (@builtwithwicket) on Tumblr</a></h3>

  <p>Shows and links to web sites and applications built with Apache Wicket</p>


  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>

<p>Regards …</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="105516" data-batch-url="/posts/batch_likers">
                        3
                      </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/lets-discuss-phoenix-liveview/16427/103">Post #102</a>
	                </div>
	            </div>
              <div id="likers-container-105516" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="105516"
                     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 #102"></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/16427/load_more?page=11">Load more posts (26 remaining)</a>
</div></template></turbo-stream>