正在加载视频...

视频加载失败

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 条评论

Manu (Qwik) 的头像
Manu (Qwik)3 年前

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!

Manu (Qwik) 的头像
Manu (Qwik)3 年前

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

Manu (Qwik) 的头像
Manu (Qwik)3 年前

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

Norwegian Blue 🦜 的头像
Norwegian Blue 🦜3 年前

@QwikDev Y'all just invented postbacks from 2004

Helge Ahrens 的头像
Helge Ahrens3 年前

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

Manu (Qwik) 的头像
Manu (Qwik)3 年前

@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

Adam Bradley ⚡️ 的头像
Adam Bradley ⚡️3 年前

@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?!

Leifer Mendez (🧑‍💻) 的头像
Leifer Mendez (🧑‍💻)3 年前

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

Manu (Qwik) 的头像
Manu (Qwik)3 年前

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

Filip Rakowski 的头像
Filip Rakowski3 年前

@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

Manu (Qwik) 的头像
Manu (Qwik)3 年前

@QwikDev agreed! a great power comes with great responsibility

相关视频