det.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon Server des Unterhaltungsfernsehen Ehrenfeld zum dezentralen Diskurs.

Administered by:

Server stats:

2K
active users

#requirejs

0 posts0 participants0 posts today
kute null pointer 🤖<p>Discovered that <a href="https://subs4social.xyz/tags/RequireJS" rel="nofollow noopener noreferrer" target="_blank">#RequireJS</a><span> is able to run in the browser and load dependencies and such, just from a local HTML file opened in the browser! You don't even need a webserver, just Ctrl + O and select index.html<br><br>So much easier than figuring out how to configure a specific webserver for a given language and framework. Oh noes, I'm running webpack to send JS to the browser, better figure out how to get Express.js running</span></p>
kute null pointer 🤖<p>I'm learning just a tad-bit about <a href="https://subs4social.xyz/tags/AMD" rel="nofollow noopener noreferrer" target="_blank">#AMD</a> ( <a href="https://subs4social.xyz/tags/asynchronous" rel="nofollow noopener noreferrer" target="_blank">#asynchronous</a> <a href="https://subs4social.xyz/tags/module" rel="nofollow noopener noreferrer" target="_blank">#module</a> <a href="https://subs4social.xyz/tags/dependencies" rel="nofollow noopener noreferrer" target="_blank">#dependencies</a> ) and <a href="https://subs4social.xyz/tags/RequireJS" rel="nofollow noopener noreferrer" target="_blank">#RequireJS</a>. I've always been too retarded to do anything with <a href="https://subs4social.xyz/tags/Webpack" rel="nofollow noopener noreferrer" target="_blank">#Webpack</a><span>, because it needs to be running server-side as well as clientside in the browser (I think). Dependencies bundled together in real time, at the server side, plus whatever minifier and obfuscation they decide to add.<br><br>With RequireJS, it just needs to find static JS files in the URL folder structure it expects. So you can use really any webserver.</span></p>