正在加载视频...
视频加载失败
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 Qwik 🤯🤯🤯
323,399 次观看 • 3 年前 •via X (Twitter)
11 条评论

Under the hood all this tech is using the same resumability and serialization primitives that allow @QwikDev to completely avoid hydration and keep apps extremely fast and light!

And yes! we can also make this work without any JS at all, using native forms!

If you wanna see it working a bit more in detail, recorded a loom, it can even capture closure state across server/browser!

@QwikDev Y'all just invented postbacks from 2004

@QwikDev Is it the same as solids server function that creates an api endpoint under the hood?

@QwikDev This is built on top of the existing compiler for @QwikDev, reusing the same QRL mechanism, so I can imagine they are very different under the hood, but similar uses cases

@QwikDev But my friend, how could this ever be possible?! What if I referenced a variable in the scoped?! Won't this be megabytes of JS!? What about progressive enhancement!? How could this possibly work for both MPA and SPA?!

@QwikDev pff!!! I don't know HOW it is possible 🤯. I just can say I wanna try it

@QwikDev and the feat PR is only ~90 lines of code

@QwikDev As much as I love this idea it's very important to document it Ina. Way that won't result in overusing it for simple, atomic operations. This will lead to the opposite outcome than intended

@QwikDev agreed! a great power comes with great responsibility
