fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.6K
active users

#SinglePageApp

0 posts0 participants0 posts today
spazzpp2<p>I want to learn Rust but want to have UI in the Browser. Stack-Recommendations anyone?</p><p><a href="https://chaos.social/tags/SinglePageApp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SinglePageApp</span></a> <a href="https://chaos.social/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> <a href="https://chaos.social/tags/htmx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>htmx</span></a> <a href="https://chaos.social/tags/wasm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wasm</span></a> <a href="https://chaos.social/tags/cargo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cargo</span></a> <a href="https://chaos.social/tags/learnrust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>learnrust</span></a></p>
Michal Bryxí 🌱<p>Navigating to <a href="https://veganism.social/tags/URLs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>URLs</span></a> with `<a href="https://veganism.social/tags/hash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hash</span></a>-targets` in them is not supported by most <a href="https://veganism.social/tags/singlepageapp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>singlepageapp</span></a> frameworks due to the <a href="https://veganism.social/tags/async" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>async</span></a> rendering nature of modern web apps -- the browser can't scroll to a `<a href="https://veganism.social/tags/hash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hash</span></a>-target` on page load / transition because the element hasn't rendered yet.</p><p>Possible solutions for <a href="https://veganism.social/tags/EmberJS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmberJS</span></a> described here: </p><p><a href="https://dev.to/michalbryxi/support-for-ininter-page-linking-scrolling-in-emberjs-1imm" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dev.to/michalbryxi/support-for</span><span class="invisible">-ininter-page-linking-scrolling-in-emberjs-1imm</span></a></p>
NullVoxPopuli✨ #EmberJS can do any UI/UX that you can imagine ✨
Average<p>Metaframeworks exist to handle dynamic server-side rendering for cases like this (I think they call it &quot;hydration&quot;), but due to some rather specific technical goals for this project, I can&#39;t mix client and server logic like that.</p><p>Short of a build phase to auto-generate a stub of the initial client-rendered page, copy-pasta for me!</p><p><a href="https://fosstodon.org/tags/SPA" class="mention hashtag" rel="tag">#<span>SPA</span></a> <a href="https://fosstodon.org/tags/SinglePageApp" class="mention hashtag" rel="tag">#<span>SinglePageApp</span></a> <a href="https://fosstodon.org/tags/WebDev" class="mention hashtag" rel="tag">#<span>WebDev</span></a> <a href="https://fosstodon.org/tags/CopyPaste" class="mention hashtag" rel="tag">#<span>CopyPaste</span></a> <a href="https://fosstodon.org/tags/CopyPasta" class="mention hashtag" rel="tag">#<span>CopyPasta</span></a></p>