Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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 Aufrufe • vor 3 Jahren •via X (Twitter)

11 Kommentare

Profilbild von Manu (Qwik)
Manu (Qwik)vor 3 Jahren

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!

Profilbild von Manu (Qwik)
Manu (Qwik)vor 3 Jahren

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

Profilbild von Manu (Qwik)
Manu (Qwik)vor 3 Jahren

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

Profilbild von Norwegian Blue 🦜
Norwegian Blue 🦜vor 3 Jahren

@QwikDev Y'all just invented postbacks from 2004

Profilbild von Helge Ahrens
Helge Ahrensvor 3 Jahren

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

Profilbild von Manu (Qwik)
Manu (Qwik)vor 3 Jahren

@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

Profilbild von Adam Bradley ⚡️
Adam Bradley ⚡️vor 3 Jahren

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

Profilbild von Leifer Mendez (🧑‍💻)
Leifer Mendez (🧑‍💻)vor 3 Jahren

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

Profilbild von Manu (Qwik)
Manu (Qwik)vor 3 Jahren

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

Profilbild von Filip Rakowski
Filip Rakowskivor 3 Jahren

@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

Profilbild von Manu (Qwik)
Manu (Qwik)vor 3 Jahren

@QwikDev agreed! a great power comes with great responsibility

Ähnliche Videos