user avatar
Manu (Qwik)
@manucorporat
Building AI and OSS at @builderio / @QwikDev Founded @sethealthtech, former core team at @ionicframework and @stenciljs, creator of Gin Framework Swimmer ๐ŸŠ
${ user.address }
Joined September 2009
Posts
  • Pinned
    user avatar
    What if you could use web workers directly from JSX? ๐Ÿคฏ <button onClick$={worker$(() => expensiveStuff())} > Run in web worker! </button>
    00:00
  • user avatar
    HTML curiosities that might surprise you... or not ๐Ÿค”
    00:00
  • user avatar
    This is NOT a generic 3D model, it's generated on-demand based on a computed tomography! and you can try it yourself today! set.health All pure web technology ๐Ÿคฏ
    00:00
  • user avatar
    Here me out! this feature is so crazy that everybody needs to know about it ๐Ÿ“ข server side closures with @QwikDev !! ๐Ÿคฏ builder.io/blog/module-exโ€ฆ
    00:00
  • user avatar
    Unpopular opinion: Python has a terrible readability
  • user avatar
    What if you could execute code in the server from JSX? <button onClick={server$(() => console.log('server'))}> Runs in server </button> Stop dreaming and try @QwikDev ๐Ÿคฏ๐Ÿคฏ๐Ÿคฏ
    00:00
  • user avatar
    The A B C of frontend marketing!
  • user avatar
    Hot take: more than one screen is pure distraction
  • user avatar
    Keeps getting better! New PR leads to x100 perf improvement! From 821 to 8ms, in a document with 200000 nodes ๐Ÿคฏ But this is not surprising! resumability is conceptually very cheap compared to hydration. Before it was not slow, but now it's instant regardless of the DOM or state
  • user avatar
    This morning I start playing with a new benchmark created why @evanyou, showing that @QwikDev had a considerable cost when resuming ๐Ÿ˜ฌ A couple of hours later, got a fix making it 14x times faster! Spoiler: it will get even better. should get to 5ms with upcoming refactor
  • user avatar
    The meta-collection of icons collections! If you are building an app you need to know about this tool! 150.000 with zero dependencies! icones.js.org Built by my friend @antfu7 ๐Ÿ™
    00:00
  • user avatar
    Svelte developers love this feature! Now, thanks to signals it's also in @QwikDev (maybe soon in react?) <input bind:value={signal} /> Let me show it to you ๐Ÿ‘‡
    00:00
  • user avatar
    Qwikโšก๏ธ + Reactโš›๏ธ is going to be a game changer! - ๐Ÿ”Œ Dynamic data binding between React and Qwik - โš™๏ธ Custom partial hydration strategies - ๐ŸŒ Full React ecosystem in @QwikDev - ๐Ÿ“ฅ Nested content projection - ๐Ÿซง Interactivity without Hydration
  • user avatar
    Built a Computed Tomography player using WebGL2 and Stencil from scratch. It only takes normal .png as input, representing each layer of the tomography, then a WebGL2 shader renders a 3D model by filtering and ray casting across all the layers. ct-player.firebaseapp.com
    00:00