Mac@programming.dev to Programmer Humor@programming.dev · 2 年前Yesprogramming.devimagemessage-square69fedilinkarrow-up1702arrow-down129
arrow-up1673arrow-down1imageYesprogramming.devMac@programming.dev to Programmer Humor@programming.dev · 2 年前message-square69fedilink
minus-squarevoxel@sopuli.xyzlinkfedilinkarrow-up9arrow-down2·2 年前but not the whole fucking prerendered static page
minus-squaresebsch@discuss.tchncs.delinkfedilinkarrow-up7arrow-down1·2 年前They are nowadays. Compiling assets and static data into rust and deliver virtual DOM via websocket to the browser is the new cool kid in the corner. Have a look at dioxus
minus-squareSchmeckinger@feddit.delinkfedilinkarrow-up2arrow-down1·edit-22 年前Compiling all assets into the binary is trivial in rust. When I have a small web server that generates everything in code I usually compile the favicon into the binary.
but not the whole fucking prerendered static page
They are nowadays. Compiling assets and static data into rust and deliver virtual DOM via websocket to the browser is the new cool kid in the corner.
Have a look at dioxus
Compiling all assets into the binary is trivial in rust. When I have a small web server that generates everything in code I usually compile the favicon into the binary.