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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I generated a new app with Phoenix 1.8.1, Kino 0.17.0, Elixir 1.19.0-rc.2 and Erlang 28.1. I don’t see any files recompiling during a request.</p>
<p>If someone has a minimal app where this happens with latest versions, I am happy to take a look.</p>
<p>Kino uses <code>__mix_recompile__?</code>, but it should definitely not return true without any changes (more specifically new modules using <code>Kino.JS</code>).</p>
<p>On a sidenote, I would generally recommend against depending on <code>:kino</code> in an app. When using Kino, instead of Attached mode, it’s best to use the default runtime and then execute code in the node using “Remote execution smart cell”, or just <code>:erpc</code>. This way the notebook can use arbitrary dependencies (Kino, all Kino* packages, and whatever else is needed).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="375271" 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/recompilation-triggered-after-request-in-dev-even-without-code-changes-iex-s-mix-phx-server/71796/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-375271" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="375271"
                     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>